[Python-checkins] r72467 - python/trunk/Doc/library/shelve.rst
georg.brandl
python-checkins at python.org
Fri May 8 14:17:36 CEST 2009
Author: georg.brandl
Date: Fri May 8 14:17:34 2009
New Revision: 72467
Log:
Fix name.
Modified:
python/trunk/Doc/library/shelve.rst
Modified: python/trunk/Doc/library/shelve.rst
==============================================================================
--- python/trunk/Doc/library/shelve.rst (original)
+++ python/trunk/Doc/library/shelve.rst Fri May 8 14:17:34 2009
@@ -1,4 +1,3 @@
-
:mod:`shelve` --- Python object persistence
===========================================
@@ -38,7 +37,7 @@
accessed entries are written back (there is no way to determine which accessed
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.
One additional method is supported:
More information about the Python-checkins
mailing list