summaryrefslogtreecommitdiff
path: root/Lib/test/test_dircache.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_dircache.py')
-rw-r--r--Lib/test/test_dircache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dircache.py b/Lib/test/test_dircache.py
index 3f10872caf..68f6fc28b6 100644
--- a/Lib/test/test_dircache.py
+++ b/Lib/test/test_dircache.py
@@ -46,7 +46,7 @@ class DircacheTests(unittest.TestCase):
if sys.platform[:3] not in ('win', 'os2'):
# Sadly, dircache has the same granularity as stat.mtime, and so
- # can't notice any changes that occured within 1 sec of the last
+ # can't notice any changes that occurred within 1 sec of the last
# time it examined a directory.
time.sleep(1)
self.writeTemp("test1")