diff options
Diffstat (limited to 'sphinx/directives/code.py')
-rw-r--r-- | sphinx/directives/code.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py index ddd47e1f8..dc44ed314 100644 --- a/sphinx/directives/code.py +++ b/sphinx/directives/code.py @@ -1,11 +1,3 @@ -""" - sphinx.directives.code - ~~~~~~~~~~~~~~~~~~~~~~ - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - import sys import textwrap from difflib import unified_diff |