Skip to content

Commit ca044ce

Browse files
committed
Change docs
1 parent 78834a8 commit ca044ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/xml.etree.elementtree.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,10 +665,10 @@ Functions
665665
not given, the standard :class:`XMLParser` parser is used. Returns an
666666
:class:`ElementTree` instance.
667667

668-
.. warning::
668+
.. note::
669669

670-
When the *source* encoding is ``ISO-8859-1`` and the mode is ``r``, An encoding
671-
error warning will be thrown.
670+
When the *source* encoding is ``ISO-8859-1`` and the mode is ``r``,
671+
a warning is emited.
672672

673673

674674
.. function:: ProcessingInstruction(target, text=None)

0 commit comments

Comments
 (0)