diff options
Diffstat (limited to 'Lib/test/test_file.py')
-rw-r--r-- | Lib/test/test_file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_file.py b/Lib/test/test_file.py index 0803490..ade7a6f 100644 --- a/Lib/test/test_file.py +++ b/Lib/test/test_file.py @@ -112,7 +112,7 @@ try: except IOError: pass else: - print "should not be able to seek on sys.stdin" + print "should not be able to tell on sys.stdin" try: sys.stdin.truncate() |