Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Doc/library/dbm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ or any other SQLite browser, including the SQLite CLI.
The :mod:`dbm.gnu` module provides an interface to the :abbr:`GDBM (GNU dbm)`
library, similar to the :mod:`dbm.ndbm` module, but with additional
functionality like crash tolerance.

.. note:: |incompat_note|
|incompat_note|

.. exception:: error

Expand Down Expand Up @@ -313,8 +312,7 @@ The :mod:`dbm.ndbm` module provides an interface to the
:abbr:`NDBM (New Database Manager)` library.
This module can be used with the "classic" NDBM interface or the
:abbr:`GDBM (GNU dbm)` compatibility interface.

.. note:: |incompat_note|
|incompat_note|

.. warning::

Expand Down