diff options
author | Fred Drake <fdrake@acm.org> | 2005-10-28 14:39:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-10-28 14:39:47 (GMT) |
commit | db390c1ad8e2c8049e1d0d3828a979c75d1621b9 (patch) | |
tree | 110d3485f390abc738015ff6eb071a310febe856 /Lib/test/test_dircache.py | |
parent | f3396542806e9c6d1dfafda5d1e53296d3d1af09 (diff) | |
download | cpython-db390c1ad8e2c8049e1d0d3828a979c75d1621b9.zip cpython-db390c1ad8e2c8049e1d0d3828a979c75d1621b9.tar.gz cpython-db390c1ad8e2c8049e1d0d3828a979c75d1621b9.tar.bz2 |
fix typos, mostly in comments
Diffstat (limited to 'Lib/test/test_dircache.py')
-rw-r--r-- | Lib/test/test_dircache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dircache.py b/Lib/test/test_dircache.py index 3f10872..68f6fc2 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") |