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.