diff options
Diffstat (limited to 'sphinx/deprecation.py')
-rw-r--r-- | sphinx/deprecation.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/deprecation.py b/sphinx/deprecation.py index 7794d9892..25c4545fc 100644 --- a/sphinx/deprecation.py +++ b/sphinx/deprecation.py @@ -1,12 +1,4 @@ -""" - sphinx.deprecation - ~~~~~~~~~~~~~~~~~~ - - Sphinx deprecation classes and utilities. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Sphinx deprecation classes and utilities.""" import sys import warnings |