]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix threading.Event.isSet() docstring (#96297)
authorDaniel Giger <danielg3432@gmail.com>
Sat, 27 Aug 2022 05:06:26 +0000 (01:06 -0400)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 05:06:26 +0000 (22:06 -0700)
commite53444051018af3351cc26c4bf1ed2d380292016
tree6d5adecbf73ac98b0dd12965a7990f0f9e5b2319
parent35e4da25d4c86c891a99cae4ddbb9edb7d911e9f
fix threading.Event.isSet() docstring (#96297)

fixes gh-96296
Lib/threading.py