From db390c1ad8e2c8049e1d0d3828a979c75d1621b9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 28 Oct 2005 14:39:47 +0000 Subject: fix typos, mostly in comments --- Lib/test/test_dircache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_dircache.py') diff --git a/Lib/test/test_dircache.py b/Lib/test/test_dircache.py index 3f10872caf5..68f6fc28b6c 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") -- cgit v1.2.3