mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-27 23:54:12 +00:00
fix a typo in a comment
This commit is contained in:
parent
b587bb02c4
commit
0c3fecf91b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Unpacker(object):
|
||||||
|
|
||||||
example of streaming deserialization from socket::
|
example of streaming deserialization from socket::
|
||||||
|
|
||||||
unpacker = Unapcker()
|
unpacker = Unpacker()
|
||||||
while 1:
|
while 1:
|
||||||
buf = sock.recv(1024*2)
|
buf = sock.recv(1024*2)
|
||||||
if not buf:
|
if not buf:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue