From: Georg Brandl Date: Sat, 4 Dec 2010 09:04:04 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.2b1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8b0d619b9363ac91730df5506b891fa03316f31;p=python Fix typo. --- diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst index 6872d793c0..6926ca6d10 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.