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 1551ff7 commit b9cacadCopy full SHA for b9cacad
Lib/test/test_xml_etree.py
@@ -484,7 +484,7 @@ def test_attrib(self):
484
self.assertEqual(ET.tostring(elem),
485
b'<test a=" " b=" " c="	 " d=" 		 " />')
486
487
- def test_subelement_positional_only_parameter(self):
+ def test_subelement_positional_only_parameters(self):
488
# Test SubElement positional-only parameters (gh-144270).
489
parent = ET.Element('parent')
490
0 commit comments