tests: Fix typo in file_long_read3.py.

This commit is contained in:
Paul Sokolovsky 2015-01-23 19:00:02 +02:00
parent 444331c07f
commit 66b060f3e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
f = open("io/data/bigfile2", "rb")
f = open("io/data/bigfile1", "rb")
b = f.read(512)
print(len(b))
print(b)