mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #27075: Link to StreamReader and StreamWriter docs
Patch by Ville Skyttä.
This commit is contained in:
parent
eaaaee8c56
commit
732ba821ca
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue