]> granicus.if.org Git - python/commitdiff
Fix name.
authorGeorg Brandl <georg@python.org>
Fri, 8 May 2009 12:17:34 +0000 (12:17 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 8 May 2009 12:17:34 +0000 (12:17 +0000)
Doc/library/shelve.rst

index 1afa19ba3e0608ee9c372b55fb3ed9c9e4c4c9ca..8a34dd6f4ef6472dbb0314e475edd2ff120899ca 100644 (file)
@@ -1,4 +1,3 @@
-
 :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
    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: