Skip to content

Commit 0c3fecf

Browse files
committed
fix a typo in a comment
1 parent b587bb0 commit 0c3fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class Unpacker(object):
147147
148148
example of streaming deserialization from socket::
149149
150-
unpacker = Unapcker()
150+
unpacker = Unpacker()
151151
while 1:
152152
buf = sock.recv(1024*2)
153153
if not buf:

0 commit comments

Comments
 (0)