Skip to content

Commit a2a9a9f

Browse files
committed
Merge pull request #62 from yamt/comment-typo
fix a typo in a comment
2 parents b587bb0 + 0c3fecf commit a2a9a9f

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)