mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
minute comment changes
This commit is contained in:
parent
a8db1df6aa
commit
256cbd7487
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue