Skip to content
Prev Previous commit
keep read_text() as it is!
  • Loading branch information
erlend-aasland committed Aug 17, 2023
commit 52c873c441a1ede25398613a228a8b8962ef0ef5
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
:func:`!read_text`.
``read_text()``.

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

Expand Down