Commit 2d4ac208 authored by Fred Drake's avatar Fred Drake

Mark the "encoding" parameter to ExternalEntityParserCreate() as optional

in the docstring.
parent e396c048
......@@ -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.";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment