-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Dictionary view objects (dictview) - incorrect example #100049
Labels
docs
Documentation in the Doc dir
Comments
kumaraditya303
pushed a commit
that referenced
this issue
Dec 10, 2022
This was referenced Dec 10, 2022
Merged
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 10, 2022
…mple doc (pythonGH-100052) (cherry picked from commit 7c0fb71) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 10, 2022
…mple doc (pythonGH-100052) (cherry picked from commit 7c0fb71) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Link to the doc:
Dictionary view objects
Look at the examples. The output for
values.mapping
(near the end) now is:It seems that the correct output should be:
Belongs to:
Linked PRs
repr
formappingproxy
in dictionary view example doc #100052repr
formappingproxy
in dictionary view example doc (GH-100052) #100155repr
formappingproxy
in dictionary view example doc (GH-100052) #100156The text was updated successfully, but these errors were encountered: