Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab41fc commit 39d3bfcCopy full SHA for 39d3bfc
1 file changed
Lib/threading.py
@@ -237,7 +237,7 @@ def Semaphore(*args, **kwargs):
237
238
class _Semaphore(_Verbose):
239
240
- # After Tim Peters' semaphore class, but bnot quite the same (no maximum)
+ # After Tim Peters' semaphore class, but not quite the same (no maximum)
241
242
def __init__(self, value=1, verbose=None):
243
assert value >= 0, "Semaphore initial value must be >= 0"
0 commit comments