We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78834a8 commit ca044ceCopy full SHA for ca044ce
Doc/library/xml.etree.elementtree.rst
@@ -665,10 +665,10 @@ Functions
665
not given, the standard :class:`XMLParser` parser is used. Returns an
666
:class:`ElementTree` instance.
667
668
- .. warning::
+ .. note::
669
670
- When the *source* encoding is ``ISO-8859-1`` and the mode is ``r``, An encoding
671
- error warning will be thrown.
+ When the *source* encoding is ``ISO-8859-1`` and the mode is ``r``,
+ a warning is emited.
672
673
674
.. function:: ProcessingInstruction(target, text=None)
0 commit comments