]> granicus.if.org Git - python/commitdiff
Added missing "{" for "\code <?stuff?>}".
authorFred Drake <fdrake@acm.org>
Tue, 3 Feb 1998 23:12:13 +0000 (23:12 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Feb 1998 23:12:13 +0000 (23:12 +0000)
Doc/lib/libxmllib.tex
Doc/libxmllib.tex

index 3cb6db55347b149debb727ca557290739930c1cc..e8ba2e898452cf24336e2fca834882bff5a740eb 100644 (file)
@@ -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}
 
index 3cb6db55347b149debb727ca557290739930c1cc..e8ba2e898452cf24336e2fca834882bff5a740eb 100644 (file)
@@ -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}