summaryrefslogtreecommitdiff
path: root/sphinx/testing/fixtures.py
diff options
context:
space:
mode:
authorLouis Maddox <louismmx@gmail.com>2021-07-23 21:53:46 +0100
committerLouis Maddox <louismmx@gmail.com>2021-07-23 21:53:46 +0100
commit10dba797f204bc00d1e170cf024b22bffe241f25 (patch)
tree1589920b65014e7e88327104cdd12153645fb9c1 /sphinx/testing/fixtures.py
parentf89f787cc91552638026e82e472d2c3647a3f6ac (diff)
downloadsphinx-git-10dba797f204bc00d1e170cf024b22bffe241f25.tar.gz
Address flake8 errors in whitespace linting
Diffstat (limited to 'sphinx/testing/fixtures.py')
-rw-r--r--sphinx/testing/fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py
index 5f753d221..daad5a7f6 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -252,7 +252,7 @@ def rollback_sysmodules():
"""
Rollback sys.modules to its value before testing to unload modules
during tests.
-
+
For example, used in test_ext_autosummary.py to permit unloading the
target module to clear its cache.
"""