Skip to content

Commit b9cacad

Browse files
Apply suggestions from code review
Co-authored-by: bkap123 <97006829+bkap123@users.noreply.github.com>
1 parent 1551ff7 commit b9cacad

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
@@ -484,7 +484,7 @@ def test_attrib(self):
484484
self.assertEqual(ET.tostring(elem),
485485
b'<test a="&#13;" b="&#13;&#10;" c="&#09;&#10;&#13; " d="&#10;&#10;&#13;&#13;&#09;&#09; " />')
486486

487-
def test_subelement_positional_only_parameter(self):
487+
def test_subelement_positional_only_parameters(self):
488488
# Test SubElement positional-only parameters (gh-144270).
489489
parent = ET.Element('parent')
490490

0 commit comments

Comments
 (0)