mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Repaired damaged string.
This commit is contained in:
parent
28adf52b06
commit
51dc968b0b
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ xmlparse_GetBase(xmlparseobject *self, PyObject *args)
|
|||
|
||||
static char xmlparse_ExternalEntityParserCreate__doc__[] =
|
||||
"ExternalEntityParserCreate(context, encoding)\n\
|
||||
Create a parser for parsing an external entity based on the
|
||||
Create a parser for parsing an external entity based on the\n\
|
||||
information passed to the ExternalEntityRefHandler.";
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue