Skip to content

Commit 2d98fff

Browse files
authored
Add space
1 parent ca044ce commit 2d98fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_xml_etree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def test_parse_encoding_warn(self):
469469
with open(SIMPLE_XMLFILE, 'r', encoding='ISO-8859-1') as fp:
470470
ET.parse(fp)
471471
self.assertIn(
472-
"For file objects containing XML data"
472+
"For file objects containing XML data "
473473
"with non-ASCII and non-UTF-8 encoding (for example. ISO 8859-1), "
474474
"the file must have been opened in binary mode.",
475475
str(cm.warnings[0].message))

0 commit comments

Comments
 (0)