diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/pyexpat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 0f66b89..7ab5171 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -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 * |