]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40257: Tweak docstrings for special generic aliases. (GH-20022)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 May 2020 12:14:27 +0000 (15:14 +0300)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 12:14:27 +0000 (15:14 +0300)
commit2fbc57af851814df567fb51054cb6f6a399f814a
tree001e00f93b25c31f19a8e158213917d9643ea73d
parent0122d48681b1df27015cf396559fb283ba364d6d
bpo-40257: Tweak docstrings for special generic aliases. (GH-20022)

* Add the terminating period.
* Omit module name for builtin types.
Lib/typing.py