8000 Docs: reword sentences about dbm submodule traits by erlend-aasland · Pull Request #114609 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Docs: reword sentences about dbm submodule traits #114609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 14, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into docs/dbm-bytes
  • Loading branch information
erlend-aasland authored Jan 30, 2024
commit 3bba9d46e138e52eaa00c8d4c772f10f2f887ec8
5 changes: 3 additions & 2 deletions Doc/library/dbm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,9 @@ This module can be used with the "classic" NDBM interface or the

--------------

The :mod:`dbm.dumb` module provides a persistent dictionary-like interface which
is written entirely in Python. Unlike other modules 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 modules such as :mod:`dbm.gnu`, no
external library is required.

The module defines the following:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0