Skip to content

Commit c7b3108

Browse files
committed
Update __init__.py
1 parent d57c253 commit c7b3108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisproxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class RedisProxy(Proxy):
14-
"""etcd的代理类."""
14+
"""redis的代理类."""
1515
__slots__ = ('instance', "_callbacks", "_instance_check", "_aio", "_cluster")
1616

1717
def __init__(self, *, aio: bool = False, cluster: bool = False, url: Optional[str] = None, addresses: Optional[str] = None, **conn_params: Any) -> None:

0 commit comments

Comments
 (0)