-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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-123621: reference/datamodels misleading ellipsis removed from curly brackets at dictionary definition #123648
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks @AttilaLiptak for the PR, and @sobolevn for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…honGH-123648) (cherry picked from commit cfbc841) Co-authored-by: Lipták Attila (Flash) <113017309+AttilaLiptak@users.noreply.github.com>
GH-123653 is a backport of this pull request to the 3.13 branch. |
…honGH-123648) (cherry picked from commit cfbc841) Co-authored-by: Lipták Attila (Flash) <113017309+AttilaLiptak@users.noreply.github.com>
GH-123654 is a backport of this pull request to the 3.12 branch. |
I also see several other things we can improve here, so I will send one more PR to this doc piece. Thanks! |
Dictionary's default creation in the documentation was misleading because it was presented like this:
This is misleading as this particular command creates a set with only an Ellipsis in it.
📚 Documentation preview 📚: https://cpython-previews--123648.org.readthedocs.build/