We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba39f0c commit 6e3f63bCopy full SHA for 6e3f63b
1 file changed
msgpackrpc/client.py
@@ -4,7 +4,7 @@
4
5
class Client(session.Session):
6
"""\
7
- Client is usaful for MessagePack RPC API.
+ Client is useful for MessagePack RPC API.
8
"""
9
10
def __init__(self, address, timeout=10, loop=None, builder=tcp, reconnect_limit=5, pack_encoding='utf-8', unpack_encoding=None):
0 commit comments