Skip to content

Commit b90f905

Browse files
authored
Update test_xml_etree.py
fix: unknowen r in code :)
1 parent b7967ae commit b90f905

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
@@ -4068,7 +4068,7 @@ def test_custom_declaration4_to_user_binary_writer_with_bom(self):
40684068
self.assertEqual(raw.getvalue(),
40694069
'''<?xml version="1.0"?>\n'''
40704070
'''<site />'''.encode("utf-16"))
4071-
r
4071+
40724072
def test_tostringlist_invariant(self):
40734073
root = ET.fromstring('<tag>foo</tag>')
40744074
self.assertEqual(

0 commit comments

Comments
 (0)