forked from M-Labs/artiq
language/core: use 'var' for class attribute docstring
This commit is contained in:
parent
05d8dde412
commit
821834891e
|
@ -105,10 +105,10 @@ class AutoContext:
|
||||||
At the top-level, it is possible to have a MVS that issues requests to a
|
At the top-level, it is possible to have a MVS that issues requests to a
|
||||||
database and hardware management system.
|
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.
|
have. It must be a space-separated list of valid Python identifiers.
|
||||||
Default: empty.
|
Default: empty.
|
||||||
:param implicit_core: Automatically adds ``core`` to the parameter list.
|
:var implicit_core: Automatically adds ``core`` to the parameter list.
|
||||||
Default: True.
|
Default: True.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in New Issue