summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2000-09-24 22:12:45 (GMT)
committerTim Peters <tim.peters@gmail.com>2000-09-24 22:12:45 (GMT)
commit51dc968b0bc6784c9d461252dfda1e48c8aad42d (patch)
treefb52a2d4c5e2c8ac8d0e2282ed5dc3b416969df9
parent28adf52b0679072d20c52edd4846c09a7082304c (diff)
downloadcpython-51dc968b0bc6784c9d461252dfda1e48c8aad42d.zip
cpython-51dc968b0bc6784c9d461252dfda1e48c8aad42d.tar.gz
cpython-51dc968b0bc6784c9d461252dfda1e48c8aad42d.tar.bz2
Repaired damaged string.
-rw-r--r--Modules/pyexpat.c2
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 *