diff options
Diffstat (limited to 'sphinx/ext/autodoc/preserve_defaults.py')
-rw-r--r-- | sphinx/ext/autodoc/preserve_defaults.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/ext/autodoc/preserve_defaults.py b/sphinx/ext/autodoc/preserve_defaults.py index 5526ada6d..313fe5501 100644 --- a/sphinx/ext/autodoc/preserve_defaults.py +++ b/sphinx/ext/autodoc/preserve_defaults.py @@ -2,9 +2,6 @@ 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. -:license: BSD, see LICENSE for details. """ import ast |