From 821834891e0d99342d6dc0a5cce4385ac37ab4ca Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 30 Sep 2014 16:43:27 +0800 Subject: [PATCH] language/core: use 'var' for class attribute docstring --- artiq/language/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/language/core.py b/artiq/language/core.py index 0449f1dfe..bb3a321f2 100644 --- a/artiq/language/core.py +++ b/artiq/language/core.py @@ -105,10 +105,10 @@ class AutoContext: At the top-level, it is possible to have a MVS that issues requests to a database and hardware management system. - :param parameters: A string containing the parameters that the object must + :var parameters: A string containing the parameters that the object must have. It must be a space-separated list of valid Python identifiers. Default: empty. - :param implicit_core: Automatically adds ``core`` to the parameter list. + :var implicit_core: Automatically adds ``core`` to the parameter list. Default: True. Example: