]> granicus.if.org Git - python/commitdiff
mwh spotted a copied error message, make it unique (and correct)
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Dec 2005 01:23:48 +0000 (01:23 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 5 Dec 2005 01:23:48 +0000 (01:23 +0000)
Lib/test/test_file.py

index 0803490add62787e8bd3a568736065f192432011..ade7a6fb96b6321dbeb1b0440f8fc3e2cfc0e913 100644 (file)
@@ -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()