From 831e97aeb147c31ac44ef38e481aef2a1320fddf Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 1 Oct 2019 09:05:42 +0200 Subject: Update `streaming.read` docstring Co-Authored-By: Jan Pipek --- pyasn1/codec/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyasn1/codec/streaming.py b/pyasn1/codec/streaming.py index 31c40f2..91446cd 100644 --- a/pyasn1/codec/streaming.py +++ b/pyasn1/codec/streaming.py @@ -210,7 +210,7 @@ def read(substrate, size=-1, context=None): Yields ------ : :py:class:`bytes` or :py:class:`str` or :py:class:`SubstrateUnderrunError` - Returns read data or :py:class:`~pyasn1.error.SubstrateUnderrunError` + Read data or :py:class:`~pyasn1.error.SubstrateUnderrunError` object if no `size` bytes is readily available in the stream. The data type depends on Python major version -- cgit v1.2.1