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

Update `streaming.read` docstring


Co-Authored-By: default avatarJan Pipek <jan.pipek@gmail.com>
parent c0eb0e89f52d
Branches
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
Yields Yields
------ ------
: :py:class:`bytes` or :py:class:`str` or :py:class:`SubstrateUnderrunError` : :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 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