Skip to content
Prev Previous commit
Next Next commit
Update clinic
  • Loading branch information
Erlend E. Aasland committed Jan 11, 2021
commit f35c604d283a4cf70ec751651be1e57bcacb9be7
2 changes: 1 addition & 1 deletion Modules/_elementtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class _elementtree.Element "ElementObject *" "Element_Type"
class _elementtree.TreeBuilder "TreeBuilderObject *" "TreeBuilder_Type"
class _elementtree.XMLParser "XMLParserObject *" "XMLParser_Type"
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=f56d497fee3f9c95]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=1ecdb32b55d9d5de]*/

static int
element_init(PyObject *self, PyObject *args, PyObject *kwds)
Expand Down