Skip to content
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

gh-116938: Fix dict.update docstring and remove redundant period from dict web documentation #125421

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Prometheus3375
Copy link
Contributor

@Prometheus3375 Prometheus3375 commented Oct 14, 2024

Changes made:

  1. Removed premature period introduced in gh-116938: Clarify documentation of dict and dict.update regarding the positional argument they accept #125213.
  2. Added a similar update made for MutableMapping.update to dict.update docstring. Also changed dict/iterable to mapping/iterable as E can be indeed any mapping object, not just dict.

📚 Documentation preview 📚: https://cpython-previews--125421.org.readthedocs.build/

@methane methane added docs Documentation in the Doc dir needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge docs Documentation in the Doc dir needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants