Skip to content

Commit

Permalink
Typo (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmLanke committed Oct 27, 2022
1 parent bd73f1a commit f0f8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/cooldowns.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class _Semaphore:
`wait=False`.
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
not as efficient since internally that uses two queues and is a bit
overkill for what is basically a counter.
"""

Expand Down

0 comments on commit f0f8694

Please sign in to comment.