Skip to content

Commit

Permalink
Merge pull request python-trio#387 from encukou/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `CapacityLimiter.acquire_on_behalf_of_nowait` docstring
  • Loading branch information
njsmith authored Dec 25, 2017
2 parents 0c667d4 + 4ce4ced commit e9e90fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async def acquire(self):
"""Borrow a token from the sack, blocking if necessary.
Raises:
RuntimeError: if the current task already holds a one of this sack's
RuntimeError: if the current task already holds one of this sack's
tokens.
"""
Expand Down

0 comments on commit e9e90fc

Please sign in to comment.