From 51dc968b0bc6784c9d461252dfda1e48c8aad42d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 24 Sep 2000 22:12:45 +0000 Subject: [PATCH] Repaired damaged string. --- Modules/pyexpat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index 0f66b891ddb..7ab51711c37 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 *