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
bpo-41781: Rectify 'chek' typo in typing.py #23957
Conversation
@@ -0,0 +1 @@ | |||
Rectify 'chek' typo in Typing.py to 'check'. |
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.
We cloudn't add the news
if the feature or bugfix doesn't affect outside users.
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.
Removed now.
Thanks @shihai1991. Do you have permission to merge this PR? |
Sorry. I haven't the permission. |
Thanks Patrick for your contribution. |
What?
Rectify 'chek' typo in Typing.py to 'check'.
Why?
For easier readability and maintaining high standard of code quality.
https://bugs.python.org/issue41781