Skip to content

Commit ec77645

Browse files
committed
mwh spotted a copied error message, make it unique (and correct)
1 parent a6fc397 commit ec77645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class NonString: pass
112112
except IOError:
113113
pass
114114
else:
115-
print "should not be able to seek on sys.stdin"
115+
print "should not be able to tell on sys.stdin"
116116

117117
try:
118118
sys.stdin.truncate()

0 commit comments

Comments
 (0)