mirror of
https://github.com/python/cpython.git
synced 2025-09-23 17:03:23 +00:00
Fix name.
This commit is contained in:
parent
3a9930db47
commit
d8282eeb51
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
:mod:`shelve` --- Python object persistence
|
:mod:`shelve` --- Python object persistence
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
@ -38,7 +37,7 @@ lots of shared sub-objects. The keys are ordinary strings.
|
||||||
accessed entries are written back (there is no way to determine which accessed
|
accessed entries are written back (there is no way to determine which accessed
|
||||||
entries are mutable, nor which ones were actually mutated).
|
entries are mutable, nor which ones were actually mutated).
|
||||||
|
|
||||||
Shelve objects support all methods supported by dictionaries. This eases the
|
Shelf objects support all methods supported by dictionaries. This eases the
|
||||||
transition from dictionary based scripts to those requiring persistent storage.
|
transition from dictionary based scripts to those requiring persistent storage.
|
||||||
|
|
||||||
One additional method is supported:
|
One additional method is supported:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue