diff options
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index 721835013..9976da1e0 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -461,7 +461,7 @@ here, the **Parameters** section of the docstring details the constructors parameters. An **Attributes** section, located below the **Parameters** section, -may be used to describe class variables:: +may be used to describe non-method attributes of the class:: Attributes ---------- |