diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 184678a8144..7a0d0356aee 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -535,7 +535,7 @@ xmlparse_GetBase(xmlparseobject *self, PyObject *args) } static char xmlparse_ExternalEntityParserCreate__doc__[] = -"ExternalEntityParserCreate(context, encoding)\n\ +"ExternalEntityParserCreate(context[, encoding])\n\ Create a parser for parsing an external entity based on the\n\ information passed to the ExternalEntityRefHandler.";