diff options
Diffstat (limited to 'sphinx/ext/linkcode.py')
-rw-r--r-- | sphinx/ext/linkcode.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/ext/linkcode.py b/sphinx/ext/linkcode.py index d724e3551..2f6c73846 100644 --- a/sphinx/ext/linkcode.py +++ b/sphinx/ext/linkcode.py @@ -1,5 +1,4 @@ -""" - Add external links to module code in Python object descriptions. +"""Add external links to module code in Python object descriptions. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |