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
Fix typo in typing.py #22121
Fix typo in typing.py #22121
Conversation
|
Does that need to be backport? |
|
Somehow one of the tests failed, it must be flaky. Let me close and reopen. |
|
The travis CI seemed to be stuck |
|
I think the tests seemed to succeeded, but the status wasn't getting reported back. |
|
Can we just override the tests? This is a one-character typo. :-( |
This is a trivial PR to fix a typo in a docstring in typing.py. From reverences -> references (cherry picked from commit 84ef33c) Co-authored-by: Graham Bleaney <gbleaney@gmail.com>
|
GH-22156 is a backport of this pull request to the 3.9 branch. |
|
Sorry, @gbleaney and @Mariatta, I could not cleanly backport this to |
|
GH-22157 is a backport of this pull request to the 3.8 branch. |
|
This is a trivial PR to fix a typo in a docstring in typing.py. From reverences -> references
This is a trivial PR to fix a typo in a docstring in typing.py. From reverences -> references
This is a trivial PR to fix a typo in a docstring in
typing.py. From reverences -> referencesAutomerge-Triggered-By: @Mariatta