]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in typing.py (GH-22121)
authorGraham Bleaney <gbleaney@gmail.com>
Tue, 8 Sep 2020 22:41:10 +0000 (18:41 -0400)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 22:41:10 +0000 (15:41 -0700)
commit84ef33c5117acd9867781135a9aeb62052432e8a
tree096ff89f5501f272bbac22621e3f766d92fcba2e
parent3fd69991f47a6672c510fafd76bf183f17ac52ec
Fix typo in typing.py (GH-22121)

This is a trivial PR to fix a typo in a docstring in typing.py. From reverences -> references
Lib/typing.py