]> granicus.if.org Git - python/commit
Fix typo in TypeVar docstring (GH-8142)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Jul 2018 16:05:36 +0000 (09:05 -0700)
committerGitHub <noreply@github.com>
Sat, 7 Jul 2018 16:05:36 +0000 (09:05 -0700)
commite019f98dc2fdddbee7990e518ead00de2245a0c8
treeba1a35b338d8ccf2002c3387bb826efc8e0aeee3
parent8e4c8513f70efb122482d16952120b26e2e29f20
Fix typo in TypeVar docstring (GH-8142)

"can be used do declare" → "can be used to declare"
(cherry picked from commit 86bfed372b81b8111a56a3311d537566d5df7f61)

Co-authored-by: João D. Ferreira <jotomicron@gmail.com>
Lib/typing.py