Skip to content

Commit

Permalink
Update limiter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo authored Oct 13, 2020
1 parent 8388612 commit fa1ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limiter/limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_limiter(rate: float = RATE, capacity: float = CAPACITY) -> Limiter:
@dataclass
class limit(AbstractContextManager, AbstractAsyncContextManager):
"""
Rate-limiting synchronous/asynchronous context manager.
Rate-limiting synchronous/asynchronous context manager and decorator.
"""

limiter: Limiter
Expand Down

0 comments on commit fa1ac21

Please sign in to comment.