summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Nothman <joel.nothman@gmail.com>2012-12-06 23:36:46 +1100
committerJoel Nothman <joel.nothman@gmail.com>2012-12-06 23:36:46 +1100
commit659d0961a319bbaabf994a972b06022c99e4465c (patch)
treeaca896cf2a1c0d0af145e5b51b1988be41a288bb
parent6d4115f64bb180f34161b8a517c9c2165af81deb (diff)
downloadmsgpack-python-659d0961a319bbaabf994a972b06022c99e4465c.tar.gz
Brief mention of Unpacker.feed in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9a437eb..1f5b1a2 100644
--- a/README.rst
+++ b/README.rst
@@ -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).
::