diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-24 22:12:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-24 22:12:45 (GMT) |
commit | 51dc968b0bc6784c9d461252dfda1e48c8aad42d (patch) | |
tree | fb52a2d4c5e2c8ac8d0e2282ed5dc3b416969df9 /Modules | |
parent | 28adf52b0679072d20c52edd4846c09a7082304c (diff) | |
download | cpython-51dc968b0bc6784c9d461252dfda1e48c8aad42d.zip cpython-51dc968b0bc6784c9d461252dfda1e48c8aad42d.tar.gz cpython-51dc968b0bc6784c9d461252dfda1e48c8aad42d.tar.bz2 |
Repaired damaged string.
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 * |