[Python-checkins] r87008 - python/branches/py3k/Doc/library/dbm.rst

georg.brandl python-checkins at python.org
Sat Dec 4 10:04:05 CET 2010


Author: georg.brandl
Date: Sat Dec  4 10:04:04 2010
New Revision: 87008

Log:
Fix typo.

Modified:
   python/branches/py3k/Doc/library/dbm.rst

Modified: python/branches/py3k/Doc/library/dbm.rst
==============================================================================
--- python/branches/py3k/Doc/library/dbm.rst	(original)
+++ python/branches/py3k/Doc/library/dbm.rst	Sat Dec  4 10:04:04 2010
@@ -20,7 +20,7 @@
 
 .. 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.
 


More information about the Python-checkins mailing list