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

in the docstring.
This commit is contained in:
Fred Drake 2001-01-03 15:36:25 +00:00
parent e396c04832
commit 2d4ac208b5
1 changed files with 1 additions and 1 deletions

View File

@ -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.";