]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 09:04:04 +0000 (09:04 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 09:04:04 +0000 (09:04 +0000)
Doc/library/dbm.rst

index 6872d793c0bf70b23ace9d5d7cad6ed247c1c02b..6926ca6d10998f44ed610a8d6f517069041e7afd 100644 (file)
@@ -20,7 +20,7 @@ the Oracle Berkeley DB.
 
 .. function:: whichdb(filename)
 
-   This functionattempts to guess which of the several simple database modules
+   This function attempts to guess which of the several simple database modules
    available --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` or :mod:`dbm.dumb` --- should
    be used to open a given file.