Fix typo in README

seed -> feed
This commit is contained in:
Spiros Eliopoulos 2012-11-01 00:41:06 -04:00
parent cf82b91c1a
commit 62e8f40024

View file

@ -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