diff --git a/pyasn1/codec/streaming.py b/pyasn1/codec/streaming.py
index 3821c5d960ab3efafdb9705f283a4fafb4cd1e1b_cHlhc24xL2NvZGVjL3N0cmVhbWluZy5weQ==..c0eb0e89f52d4cb5df3b958bce140a8139463620_cHlhc24xL2NvZGVjL3N0cmVhbWluZy5weQ== 100644
--- a/pyasn1/codec/streaming.py
+++ b/pyasn1/codec/streaming.py
@@ -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