We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797760e commit 0845fb6Copy full SHA for 0845fb6
Doc/library/dbm.rst
@@ -344,9 +344,9 @@ to locate the appropriate header file to simplify building this module.
344
345
--------------
346
347
-The :mod:`dbm.dumb` module provides a persistent :class:`dict`-like interface which
348
-is written entirely in Python.
349
-Unlike other :mod:`dbm` backends, such as :mod:`dbm.gnu` no,
+The :mod:`dbm.dumb` module provides a persistent :class:`dict`-like
+interface which is written entirely in Python.
+Unlike other :mod:`dbm` backends, such as :mod:`dbm.gnu` no
350
external library is required.
351
As with other persistent :term:`mappings <mapping>`,
352
the keys and values are always stored as :class:`bytes`.
0 commit comments