From 659d0961a319bbaabf994a972b06022c99e4465c Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Thu, 6 Dec 2012 23:36:46 +1100 Subject: [PATCH] Brief mention of Unpacker.feed in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). ::