commit | ec77645df98b2ae8ce13c80359e69998ff4d6f4c | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Dec 05 01:23:48 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Dec 05 01:23:48 2005 +0000 |
tree | e33886b29c779ab388f72c94e072f9d9517cf52f | |
parent | a6fc397a801a4e870e4e2582eb6f902470cdaa01 [diff] [blame] |
mwh spotted a copied error message, make it unique (and correct)
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 @@ 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()