Skip to content

Commit

Permalink
Fix dependency 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 beb962b commit 8c977a7
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 @@ -14,7 +14,7 @@ class EtcdStorage(Storage):
"""
Rate limit storage with etcd as backend.
Depends on :pypi:`etcd3`.
Depends on :pypi:`aetcd`.
"""

STORAGE_SCHEME = ["async+etcd"]
Expand Down

0 comments on commit 8c977a7

Please sign in to comment.