diff options
author | Joel Nothman <joel.nothman@gmail.com> | 2012-12-06 23:36:46 +1100 |
---|---|---|
committer | Joel Nothman <joel.nothman@gmail.com> | 2012-12-06 23:36:46 +1100 |
commit | 659d0961a319bbaabf994a972b06022c99e4465c (patch) | |
tree | aca896cf2a1c0d0af145e5b51b1988be41a288bb | |
parent | 6d4115f64bb180f34161b8a517c9c2165af81deb (diff) | |
download | msgpack-python-659d0961a319bbaabf994a972b06022c99e4465c.tar.gz |
Brief mention of Unpacker.feed in README
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ streaming unpacking ^^^^^^^^^^^^^^^^^^^ ``Unpacker`` is a "streaming unpacker". It unpacks multiple objects from one -stream. +stream (or from bytes provided through its ``feed`` method). :: |