diff options
Diffstat (limited to 'Modules/pyexpat.c')
-rw-r--r-- | Modules/pyexpat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 653295b..ec7a60b 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -705,7 +705,7 @@ get_parse_result(xmlparseobject *self, int rv) pyexpat.xmlparser.Parse data: object - isfinal: int(c_default="0") = False + isfinal: bool(accept={int}) = False / Parse XML data. @@ -716,7 +716,7 @@ Parse XML data. static PyObject * pyexpat_xmlparser_Parse_impl(xmlparseobject *self, PyObject *data, int isfinal) -/*[clinic end generated code: output=f4db843dd1f4ed4b input=199d9e8e92ebbb4b]*/ +/*[clinic end generated code: output=f4db843dd1f4ed4b input=eb616027bfa9847f]*/ { const char *s; Py_ssize_t slen; |