Skip to content

Commit 0845fb6

Browse files
Update Doc/library/dbm.rst
Co-authored-by: Ezio Melotti <[email protected]>
1 parent 797760e commit 0845fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/dbm.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ to locate the appropriate header file to simplify building this module.
344344

345345
--------------
346346

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,
347+
The :mod:`dbm.dumb` module provides a persistent :class:`dict`-like
348+
interface which is written entirely in Python.
349+
Unlike other :mod:`dbm` backends, such as :mod:`dbm.gnu` no
350350
external library is required.
351351
As with other persistent :term:`mappings <mapping>`,
352352
the keys and values are always stored as :class:`bytes`.

0 commit comments

Comments
 (0)