summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 09:04:04 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 09:04:04 (GMT)
commite8b0d619b9363ac91730df5506b891fa03316f31 (patch)
tree9302667653c335ea80d3803d684e3ba4544aea53
parent942af5a9a45b7b4976bea2e794eccaaf2b3b5c09 (diff)
downloadcpython-e8b0d619b9363ac91730df5506b891fa03316f31.zip
cpython-e8b0d619b9363ac91730df5506b891fa03316f31.tar.gz
cpython-e8b0d619b9363ac91730df5506b891fa03316f31.tar.bz2
Fix typo.
-rw-r--r--Doc/library/dbm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst
index 6872d79..6926ca6 100644
--- a/Doc/library/dbm.rst
+++ b/Doc/library/dbm.rst
@@ -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.