]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] Fix typo in typing.py (GH-22121) (GH-22156)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Sep 2020 23:36:07 +0000 (16:36 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 23:36:07 +0000 (16:36 -0700)
commit6e770fc4fe511a3b40169307c91e9093c90f7eef
treee152c128784b1e4e4a0892aae6772bf6b8503cda
parent1671b0e4e00061f23b6677e37e27a4ed44998329
[3.9] Fix typo in typing.py (GH-22121) (GH-22156)

This is a trivial PR to fix a typo in a docstring in typing.py. From reverences -> references
(cherry picked from commit 84ef33c5117acd9867781135a9aeb62052432e8a)

Co-authored-by: Graham Bleaney <gbleaney@gmail.com>
Lib/typing.py