diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-03 23:12:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-03 23:12:13 (GMT) |
commit | 8aad4c80b3aee6674f236c5848b07fd155a58975 (patch) | |
tree | 2771f613cfc25e20b0d29106c214816127fa4326 /Doc/lib | |
parent | 48b1cdea455f6d041ce853cad59b48f779cf9f18 (diff) | |
download | cpython-8aad4c80b3aee6674f236c5848b07fd155a58975.zip cpython-8aad4c80b3aee6674f236c5848b07fd155a58975.tar.gz cpython-8aad4c80b3aee6674f236c5848b07fd155a58975.tar.bz2 |
Added missing "{" for "\code <?stuff?>}".
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libxmllib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 3cb6db5..e8ba2e8 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -143,7 +143,7 @@ string containing the text between the PI target and the closing delimiter, but not the delimiter itself. For example, the instruction ``\code{<?XML text?>}'' will cause this method to be called with the arguments \code{'XML'} and \code{'text'}. The default method does -nothing. Note that if a document starts with a \code <?xml ...?>} +nothing. Note that if a document starts with a \code{<?xml ...?>} tag, \code{handle_xml} is called to handle it. \end{funcdesc} |