diff options
Diffstat (limited to 'sphinx/testing/fixtures.py')
-rw-r--r-- | sphinx/testing/fixtures.py | 2 |
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. """ |