diff options
Diffstat (limited to 'sphinx/events.py')
-rw-r--r-- | sphinx/events.py | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sphinx/events.py b/sphinx/events.py index 46cea6827..5302cd005 100644 --- a/sphinx/events.py +++ b/sphinx/events.py @@ -1,13 +1,6 @@ -""" - sphinx.events - ~~~~~~~~~~~~~ - - Sphinx core events. - - Gracefully adapted from the TextPress system by Armin. +"""Sphinx core events. - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +Gracefully adapted from the TextPress system by Armin. """ from collections import defaultdict |