summaryrefslogtreecommitdiffstats
path: root/Lib/dumbdbm.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-16 07:34:19 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-02-16 07:34:19 (GMT)
commite4418609f79b94b91bda2621b5e6f067fb6a31d5 (patch)
treef274a8311f3398d31f2019808bea1fb332bb8690 /Lib/dumbdbm.py
parent20882dd1742310c8cf6858354ecb150810adb95c (diff)
downloadcpython-e4418609f79b94b91bda2621b5e6f067fb6a31d5.zip
cpython-e4418609f79b94b91bda2621b5e6f067fb6a31d5.tar.gz
cpython-e4418609f79b94b91bda2621b5e6f067fb6a31d5.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/dumbdbm.py')
-rw-r--r--Lib/dumbdbm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dumbdbm.py b/Lib/dumbdbm.py
index 920a464..3fb6e1d 100644
--- a/Lib/dumbdbm.py
+++ b/Lib/dumbdbm.py
@@ -150,7 +150,7 @@ class _Database:
def __del__(self):
if self._index is not None:
self._commit()
-
+
def open(file, flag=None, mode=0666):