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 12d91b5 commit cd9e7a7Copy full SHA for cd9e7a7
Lib/xml/etree/ElementTree.py
@@ -1204,7 +1204,7 @@ def parse(source, parser=None):
1204
source.mode == 'r'):
1205
import warnings
1206
warnings.warn(
1207
- "For file objects containing XML data"
+ "For file objects containing XML data "
1208
"with non-ASCII and non-UTF-8 encoding (e.g. ISO 8859-1), "
1209
"the file must have been opened in binary mode.", category=RuntimeWarning)
1210
tree = ElementTree()
0 commit comments