From e8b0d619b9363ac91730df5506b891fa03316f31 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 4 Dec 2010 09:04:04 +0000 Subject: [PATCH] Fix typo. --- Doc/library/dbm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst index 6872d793c0b..6926ca6d109 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.