diff options
Diffstat (limited to 'Doc/library/dbm.rst')
-rw-r--r-- | Doc/library/dbm.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst index e3d50b9..81a05c7 100644 --- a/Doc/library/dbm.rst +++ b/Doc/library/dbm.rst @@ -317,8 +317,9 @@ The module defines the following: database has to be created. It defaults to octal ``0o666`` (and will be modified by the prevailing umask). - In addition to the methods provided by the :class:`collections.MutableMapping` class, - :class:`dumbdbm` objects provide the following method: + In addition to the methods provided by the + :class:`collections.abc.MutableMapping` class, :class:`dumbdbm` objects + provide the following method: .. method:: dumbdbm.sync() |