diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-04 05:48:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-04 05:48:08 (GMT) |
commit | b162d188f63742de7a5c3aabb3981a7d510ff6e4 (patch) | |
tree | 8d34115416ee17ca255c2d9eb09cf26a91b49a35 /Doc | |
parent | 19ae78302e9ea4c72b0b5ea1ce96e8d34ddb241a (diff) | |
download | cpython-b162d188f63742de7a5c3aabb3981a7d510ff6e4.zip cpython-b162d188f63742de7a5c3aabb3981a7d510ff6e4.tar.gz cpython-b162d188f63742de7a5c3aabb3981a7d510ff6e4.tar.bz2 |
Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>.
Diffstat (limited to 'Doc')
-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} |