Skip to content

Commit

Permalink
Fix param documentation for async+etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jan 9, 2023
1 parent 8c977a7 commit 1240286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limits/aio/storage/etcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
) -> None:
"""
:param uri: etcd location of the form
``etcd://host:port``,
``async+etcd://host:port``,
:param max_retries: Maximum number of attempts to retry
in the case of concurrent updates to a rate limit key
:param options: all remaining keyword arguments are passed
Expand Down

0 comments on commit 1240286

Please sign in to comment.