8000 fix threading.Event.isSet() docstring (#96297) · python/cpython@e534440 · GitHub
[go: up one dir, main page]

Skip to content

Commit e534440

Browse files
authored
fix threading.Event.isSet() docstring (#96297)
fixes gh-96296
1 parent 35e4da2 commit e534440

File tree

1 file changed

+1
- 8000 1
lines changed

1 file changed

+1
-1
lines changed

Lib/threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def is_set(self):
589589
def isSet(self):
590590
"""Return true if and only if the internal flag is true.
591591
592-
This method is deprecated, use notify_all() instead.
592+
This method is deprecated, use is_set() instead.
593593
594594
"""
595595
import warnings

0 commit comments

Comments
 (0)
0