summaryrefslogtreecommitdiff
path: root/tests/mixins.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mixins.py')
-rw-r--r--tests/mixins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mixins.py b/tests/mixins.py
index 3d623fb3..9be6d21c 100644
--- a/tests/mixins.py
+++ b/tests/mixins.py
@@ -99,7 +99,7 @@ class RestoreModulesMixin:
# So that we can re-import files, clean them out first.
self._sys_module_saver.restore()
- # Also have to clean out the .pyc files, since the timestamp
+ # Also have to clean out the .pyc files, since the time stamp
# resolution is only one second, a changed file might not be
# picked up.
remove_tree("__pycache__")