2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-29 20:00:20 +08:00

language/core: use 'var' for class attribute docstring

This commit is contained in:
Sebastien Bourdeauducq 2014-09-30 16:43:27 +08:00
parent 05d8dde412
commit 821834891e

View File

@ -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: