summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mmap.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-11-03 02:32:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-11-03 02:32:46 (GMT)
commitabd8a336a3ab390a2ea4b15a0ecd187e482001af (patch)
treeff6e8502e3fc60d51ee5309d6a01a7b8b6bd76dc /Lib/test/test_mmap.py
parentbe1bc3b63a0a07af4b204519bb0decd9714ea8ba (diff)
downloadcpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.zip
cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.gz
cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.bz2
Whitespace normalization.
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 7253ff8..0b53823 100644
--- a/Lib/test/test_mmap.py
+++ b/Lib/test/test_mmap.py
@@ -218,7 +218,7 @@ class MmapTests(unittest.TestCase):
# Ensuring copy-on-write maps cannot be resized
self.assertRaises(TypeError, m.resize, 2*mapsize)
del m, f
-
+
# Ensuring invalid access parameter raises exception
f = open(TESTFN, "r+b")
self.assertRaises(ValueError, mmap.mmap, f.fileno(), mapsize, access=4)