Skip to content
Snippets Groups Projects
Commit c0eb0e89f52d 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 3821c5d960ab
Branches
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
Yields 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` Returns read data or :py:class:`~pyasn1.error.SubstrateUnderrunError`
object if no `size` bytes is readily available in the stream. The object if no `size` bytes is readily available in the stream. The
data type depends on Python major version 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