Commit bab6d16e authored by Berker Peksag's avatar Berker Peksag

Issue #27075: Link to StreamReader and StreamWriter docs

Patch by Ville Skyttä.
parents 010f361d 732ba821
......@@ -137,16 +137,16 @@ these additional functions which use :func:`lookup` for the codec lookup:
.. function:: getreader(encoding)
Look up the codec for the given encoding and return its StreamReader class or
factory function.
Look up the codec for the given encoding and return its :class:`StreamReader`
class or factory function.
Raises a :exc:`LookupError` in case the encoding cannot be found.
.. function:: getwriter(encoding)
Look up the codec for the given encoding and return its StreamWriter class or
factory function.
Look up the codec for the given encoding and return its :class:`StreamWriter`
class or factory function.
Raises a :exc:`LookupError` in case the encoding cannot be found.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment