Skip to content

dbm.whichdb docstring shows outdated return-value example - #154968

Open
xiaoyaoqilan wants to merge 1 commit into
python:mainfrom
xiaoyaoqilan:doc-fix-153305
Open

dbm.whichdb docstring shows outdated return-value example#154968
xiaoyaoqilan wants to merge 1 commit into
python:mainfrom
xiaoyaoqilan:doc-fix-153305

Conversation

@xiaoyaoqilan

Copy link
Copy Markdown

This PR fixes the documentation issue reported in #153305: corrects the name of the dbm submodule (e.g. "ndbm" or "gnu") if recognized. to the dotted submodule name, such as "dbm.ndbm" or "dbm.gnu" if recognized. in Lib/dbm/__init__.py.

Fixes #153305

Fixes #153305

@bedevere-app

bedevere-app Bot commented Jul 31, 2026

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@python-cla-bot

Copy link
Copy Markdown

The following commit authors need to sign the Contributor License Agreement:

CLA not signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dbm.whichdb docstring shows outdated return-value example

1 participant