Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,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
Expand Down