Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-101100: Docs: Fix references to several numeric dunders#106278
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
``__index__``, ``__int__``, ``__float__``, ``__complex__`` are methodsof ``object``, so prepended `~object` to reference correctly.
Uh oh!
There was an error while loading.Please reload this page.
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.
A few small nits, but looks great overall. Thanks!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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!
object
methodsThanks @F3eQnxN3RriK for the PR, and@AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…honGH-106278)(cherry picked from commita8ae739)Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
bedevere-bot commentedJun 30, 2023
GH-106281 is a backport of this pull request to the3.12 branch. |
…honGH-106278)(cherry picked from commita8ae739)Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
bedevere-bot commentedJun 30, 2023
GH-106282 is a backport of this pull request to the3.11 branch. |
Uh oh!
There was an error while loading.Please reload this page.
__index__
,__int__
,__float__
,__complex__
are documented as methods ofobject
, so prepended~object
to reference correctly.📚 Documentation preview 📚:https://cpython-previews--106278.org.readthedocs.build/