diff options
Diffstat (limited to 'sphinx/testing/comparer.py')
-rw-r--r-- | sphinx/testing/comparer.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/testing/comparer.py b/sphinx/testing/comparer.py index 395fe1f74..09e8364bd 100644 --- a/sphinx/testing/comparer.py +++ b/sphinx/testing/comparer.py @@ -1,12 +1,4 @@ -""" - sphinx.testing.comparer - ~~~~~~~~~~~~~~~~~~~~~~~ - - Sphinx test comparer for pytest - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Sphinx test comparer for pytest""" import difflib import pathlib from typing import Any, List, Union |