Fix typo.

This commit is contained in:
Georg Brandl 2010-12-04 09:04:04 +00:00
parent 942af5a9a4
commit e8b0d619b9
1 changed files with 1 additions and 1 deletions

View 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.