diff options
Diffstat (limited to 'doc/ext')
| -rw-r--r-- | doc/ext/autodoc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index 80c6942c..3f2b395e 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -63,7 +63,7 @@ directive. Members without docstrings will be left out, unless you give the ``undoc-members`` flag option. - .. versionadded:: 0.2.1 + .. versionadded:: 0.3 For classes and exceptions, members inherited from base classes will be left out, unless you give the ``inherited-members`` flag option. @@ -123,4 +123,4 @@ There are also new config values that you can set: ``"init"`` Only the ``__init__`` method's docstring is inserted. - .. versionadded:: 0.2.1 + .. versionadded:: 0.3 |
