Skip to content
Snippets Groups Projects
Unverified Commit c216af8e authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

fix threading.Event.isSet() docstring (GH-96297)



fixes gh-96296
(cherry picked from commit e5344405)

Co-authored-by: default avatarDaniel Giger <danielg3432@gmail.com>
parent b69ba3d7
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@ def is_set(self):
def isSet(self):
"""Return true if and only if the internal flag is true.
This method is deprecated, use notify_all() instead.
This method is deprecated, use is_set() instead.
"""
import warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment