Skip to content
Snippets Groups Projects
Commit c7a8a8d8f738 authored by Ilya Etingof's avatar Ilya Etingof
Browse files

Update docstring on streaming.read


Co-Authored-By: default avatarJan Pipek <jan.pipek@gmail.com>
parent c9ce5f43660a
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@
Yields
------
: :py:class:`bytes` or :py:class:`str` or None
: :py:class:`bytes` or :py:class:`str` or :py:class:`SubstrateUnderrunError`
Returns 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment