]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a typo in _make_class_unpicklable() docstring (GH-26729)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Jun 2021 18:25:07 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Jun 2021 18:25:07 +0000 (11:25 -0700)
commitf6cf38c8e2240c6dd94664d8dffd8ff42cacbc42
tree2504edc8842ac089af8a6523cebf8e2bd78bde4a
parentc3b776f83b4c765da6d7b8854e844e07bd33c375
Fix a typo in _make_class_unpicklable() docstring (GH-26729)

(cherry picked from commit 689a84475e7b1da79d5ae82df67ab8897316f98c)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Lib/enum.py