-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Correct description of inheriting from another class #114660
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
Conversation
"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>".
Other instances in Doc/library
There are 32 other instances of 'inherits', nearly all with 'inherits from'. I agree that the latter is more correct. I am asking about this on the coredev discord. |
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.
Agree. Maybe also fix the other instances Terry found in this PR.
I just amended the PR with the changes I found, which are (I believe) the same ones Terry identified. |
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.
Thanks, I noticed two more instances.
Thanks @smontanaro for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>". (cherry picked from commit c9c6e04) Co-authored-by: Skip Montanaro <[email protected]>
GH-114868 is a backport of this pull request to the 3.12 branch. |
"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>". (cherry picked from commit c9c6e04) Co-authored-by: Skip Montanaro <[email protected]>
GH-114869 is a backport of this pull request to the 3.11 branch. |
Thanks Skip! |
… (#114868) "inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>". (cherry picked from commit c9c6e04) Co-authored-by: Skip Montanaro <[email protected]>
… (#114869) "inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>". (cherry picked from commit c9c6e04) Co-authored-by: Skip Montanaro <[email protected]>
"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>".
"inherits " grates this reader. I think it should be "inherits from ".
📚 Documentation preview 📚: https://cpython-previews--114660.org.readthedocs.build/