summaryrefslogtreecommitdiff
path: root/Lib/test/test_mmap.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-08-26 15:20:46 +0000
committerTim Peters <tim.peters@gmail.com>2005-08-26 15:20:46 +0000
commit9e34c047325651853a95f95e538582a4f6d5b7f6 (patch)
tree97ba789e8889e26e3fd5bd729d01d5e8e2c15d70 /Lib/test/test_mmap.py
parente8889c5741b636aa798757eb5500d304b1704344 (diff)
downloadcpython-git-9e34c047325651853a95f95e538582a4f6d5b7f6.tar.gz
Whitespace normalization (via reindent.py).
Diffstat (limited to 'Lib/test/test_mmap.py')
-rw-r--r--Lib/test/test_mmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_mmap.py b/Lib/test/test_mmap.py
index a0386ef005..0b9cea9214 100644
--- a/Lib/test/test_mmap.py
+++ b/Lib/test/test_mmap.py
@@ -126,7 +126,7 @@ def test_both():
f.seek(0, 2)
verify(f.tell() == 512, 'Underlying file not truncated')
f.close()
- verify(m.size() == 512, 'New size not reflected in file')
+ verify(m.size() == 512, 'New size not reflected in file')
m.close()