diff options
Diffstat (limited to 'sphinx/ext/autodoc/preserve_defaults.py')
-rw-r--r-- | sphinx/ext/autodoc/preserve_defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/autodoc/preserve_defaults.py b/sphinx/ext/autodoc/preserve_defaults.py index 54411d2b6..8ce16b37a 100644 --- a/sphinx/ext/autodoc/preserve_defaults.py +++ b/sphinx/ext/autodoc/preserve_defaults.py @@ -5,7 +5,7 @@ Preserve the default argument values of function signatures in source code and keep them not evaluated for readability. - :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |