Skip to content
Prev Previous commit
Next Next commit
Markup read_text as a function
  • Loading branch information
erlend-aasland committed Aug 17, 2023
commit 348c1155d111839a06ad49a5c44a8e6ef435b136
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ High-level Module Interface
return f.read()

In this example, an :class:`EncodingWarning` is emitted for the caller of
``read_text()``
:func:`!read_text`.

See :ref:`io-text-encoding` for more information.

Expand Down