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
1 changed files with 2 additions and 2 deletions

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: