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-100049: fix repr for mappingproxy in dictionary view example doc
#100052
Conversation
doc/library/stdtypes.rst
|
@ramvikrams It seems the correct fix would be: |
Thanks I'll fix it |
|
| Name | Link |
|---|---|
| f97ffdb | |
| https://app.netlify.com/sites/python-cpython-preview/deploys/6390e5db5d68b400082a8608 | |
| https://deploy-preview-100052--python-cpython-preview.netlify.app | |
To edit notification comments on pull requests, go to your Netlify site settings.
doc/library/stdtypes.rstrepr for mappingproxy in dictionary view example
repr for mappingproxy in dictionary view examplerepr for mappingproxy in dictionary view example doc
|
Thanks @ramvikrams for the PR, and @kumaraditya303 for merging it |
|
Thanks |
|
GH-100155 is a backport of this pull request to the 3.11 branch. |
|
GH-100156 is a backport of this pull request to the 3.10 branch. |
…mple doc (pythonGH-100052) (cherry picked from commit 7c0fb71) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
…mple doc (pythonGH-100052) (cherry picked from commit 7c0fb71) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
Thank you |


gh-100049: the output is changed for dictionary view objects example in the
doc/library/stdtypes.rst