Skip to content

Commit

Permalink
Fix simple typo: repectively -> respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Jan 5, 2020
1 parent 6b0cf26 commit e6a125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hot_redis/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ class BoundedSemaphore(Queue):
BoundedSemaphore's ``value`` arg maps to Queue's ``maxsize``.
BoundedSemaphore's acquire/release methods maps to Queue's put/get
methods repectively, providing blocking/timeout mechanics.
methods respectively, providing blocking/timeout mechanics.
"""

maxsize = 1
Expand Down

0 comments on commit e6a125e

Please sign in to comment.