summaryrefslogtreecommitdiffstats
path: root/Lib/shelve.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/shelve.py')
-rw-r--r--Lib/shelve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/shelve.py b/Lib/shelve.py
index a7f289f..deb8e22 100644
--- a/Lib/shelve.py
+++ b/Lib/shelve.py
@@ -11,7 +11,7 @@ To summarize the interface (key is a string, data is an arbitrary
object):
import shelve
- d = shelve.open(filename) # open, with (g)dbm filename
+ d = shelve.open(filename) # open, with (g)dbm filename -- no suffix
d[key] = data # store data at key (overwrites old data if
# using an existing key)