Commit 51dc968b authored by Tim Peters's avatar Tim Peters

Repaired damaged string.

parent 28adf52b
...@@ -537,7 +537,7 @@ xmlparse_GetBase(xmlparseobject *self, PyObject *args) ...@@ -537,7 +537,7 @@ xmlparse_GetBase(xmlparseobject *self, PyObject *args)
static char xmlparse_ExternalEntityParserCreate__doc__[] = static char xmlparse_ExternalEntityParserCreate__doc__[] =
"ExternalEntityParserCreate(context, encoding)\n\ "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."; information passed to the ExternalEntityRefHandler.";
static PyObject * static PyObject *
......
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