diff options
Diffstat (limited to 'sphinx/ext/autodoc/preserve_defaults.py')
-rw-r--r-- | sphinx/ext/autodoc/preserve_defaults.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sphinx/ext/autodoc/preserve_defaults.py b/sphinx/ext/autodoc/preserve_defaults.py index fe71d088e..5526ada6d 100644 --- a/sphinx/ext/autodoc/preserve_defaults.py +++ b/sphinx/ext/autodoc/preserve_defaults.py @@ -1,4 +1,6 @@ -"""Preserve the default argument values of function signatures in source code +"""Preserve function defaults. + +Preserve the default argument values of function signatures in source code and keep them not evaluated for readability. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. |