diff options
Diffstat (limited to 'doc/tutorial/automatic-doc-generation.rst')
-rw-r--r-- | doc/tutorial/automatic-doc-generation.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/tutorial/automatic-doc-generation.rst b/doc/tutorial/automatic-doc-generation.rst index ead741780..df42c6434 100644 --- a/doc/tutorial/automatic-doc-generation.rst +++ b/doc/tutorial/automatic-doc-generation.rst @@ -28,8 +28,7 @@ To use autodoc, first add it to the list of enabled extensions: ] Next, move the content of the ``.. py:function`` directive to the function -docstring in the original Python file and add an optional ``kind`` argument, -as follows: +docstring in the original Python file, as follows: .. code-block:: python :caption: lumache.py |