mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Fix typo in README
seed -> feed
This commit is contained in:
parent
cf82b91c1a
commit
62e8f40024
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ stream.
|
|||
data = buf.read(4)
|
||||
if not data:
|
||||
break
|
||||
unpacker.seed(buf.read(16))
|
||||
unpacker.feed(buf.read(16))
|
||||
for unpacked in unpacker:
|
||||
print unpacked
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue