Skip to content

Commit 6e3f63b

Browse files
committed
Update client.py
Fixed a missing spell
1 parent ba39f0c commit 6e3f63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpackrpc/client.py

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

55
class Client(session.Session):
66
"""\
7-
Client is usaful for MessagePack RPC API.
7+
Client is useful for MessagePack RPC API.
88
"""
99

1010
def __init__(self, address, timeout=10, loop=None, builder=tcp, reconnect_limit=5, pack_encoding='utf-8', unpack_encoding=None):

0 commit comments

Comments
 (0)