mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-27 23:54:12 +00:00
fix docstring (#459)
This commit is contained in:
parent
cfae52437b
commit
1e728a2e0b
2 changed files with 60 additions and 33 deletions
|
|
@ -260,7 +260,7 @@ class Unpacker(object):
|
|||
|
||||
Example of streaming deserialize from socket::
|
||||
|
||||
unpacker = Unpacker(max_buffer_size)
|
||||
unpacker = Unpacker()
|
||||
while True:
|
||||
buf = sock.recv(1024**2)
|
||||
if not buf:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue