diff options
Diffstat (limited to 'sphinx/util/__init__.py')
-rw-r--r-- | sphinx/util/__init__.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/__init__.py b/sphinx/util/__init__.py index 9f00dbfe3..ffe20d964 100644 --- a/sphinx/util/__init__.py +++ b/sphinx/util/__init__.py @@ -1,12 +1,4 @@ -""" - sphinx.util - ~~~~~~~~~~~ - - Utility functions for Sphinx. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Utility functions for Sphinx.""" import functools import hashlib |