summaryrefslogtreecommitdiffstats
path: root/Lib/dumbdbm.py
diff options
context:
space:
mode:
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 b6b7fc3..d0e1e31 100644
--- a/Lib/dumbdbm.py
+++ b/Lib/dumbdbm.py
@@ -166,5 +166,5 @@ def open(file, flag=None, mode=0666):
will be modified by the prevailing umask).
"""
- # flag, mode arguments are currently ignored
+ # flag argument is currently ignored
return _Database(file, mode)