diff options
Diffstat (limited to 'Doc/lib/libpyexpat.tex')
-rw-r--r-- | Doc/lib/libpyexpat.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 038e555..27edc08 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} |