]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix threading.Event.isSet() docstring (GH-96297)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Aug 2022 05:32:03 +0000 (22:32 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 05:32:03 +0000 (22:32 -0700)
commit0bc0b732eed658ee259061f126f451e31e402b5c
tree3e1cd06317b0b56660b1313eeb2e3186705057c2
parentf0469c74243f1ad1b5c8d79647660d497ee29ffe
fix threading.Event.isSet() docstring (GH-96297)

fixes gh-96296
(cherry picked from commit e53444051018af3351cc26c4bf1ed2d380292016)

Co-authored-by: Daniel Giger <danielg3432@gmail.com>
Lib/threading.py