diff options
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r-- | Lib/test/test_os.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 185d9da444..a9294c0c19 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -281,7 +281,7 @@ class WalkTests(unittest.TestCase): from os.path import join # Build: - # TESTFN/ + # TESTFN/ # TEST1/ a file kid and two directory kids # tmp1 # SUB1/ a file kid and a directory kid |