From: Fred Drake Date: Thu, 4 Jan 2001 05:48:08 +0000 (+0000) Subject: Fix typo spotted by Detlef Lannert . X-Git-Tag: v2.1a1~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b162d188f63742de7a5c3aabb3981a7d510ff6e4;p=python Fix typo spotted by Detlef Lannert . --- diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 038e555d38..27edc08818 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -118,7 +118,7 @@ Returns a string containing the base set by a previous call to encoding}} Create a ``child'' parser which can be used to parse an external parsed entity referred to by content parsed by the parent parser. The -\var{content} parameter should be the string passed to the +\var{context} parameter should be the string passed to the \method{ExternalEntityRefHandler()} handler function, described below. \end{methoddesc}