Fix typo in typing.py - #22121
Conversation
|
Does that need to be backport? |
gvanrossum
left a comment
There was a problem hiding this comment.
Definitely 3.9, probably 3.8.
|
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 -> referencesAutomerge-Triggered-By: @Mariatta