mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
mwh spotted a copied error message, make it unique (and correct)
This commit is contained in:
parent
a6fc397a80
commit
ec77645df9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue