mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
[commands] Fix a typo in the docstring of the internal _Semaphore class
This commit is contained in:
parent
6525ac948c
commit
2d48a6d5a1
@ -179,7 +179,7 @@ class _Semaphore:
|
||||
value is necessary because I need to support both `wait=True` and
|
||||
`wait=False`.
|
||||
|
||||
An asyncio.Queue could have been used to do this as well -- but it
|
||||
An asyncio.Queue could have been used to do this as well -- but it is
|
||||
not as inefficient since internally that uses two queues and is a bit
|
||||
overkill for what is basically a counter.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user