summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-03 23:12:13 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-03 23:12:13 (GMT)
commit8aad4c80b3aee6674f236c5848b07fd155a58975 (patch)
tree2771f613cfc25e20b0d29106c214816127fa4326 /Doc/lib
parent48b1cdea455f6d041ce853cad59b48f779cf9f18 (diff)
downloadcpython-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.tex2
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}