]> granicus.if.org Git - python/commitdiff
Make "{" and "}" in code sample visible instead of a group (it's supposed to
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 19:59:38 +0000 (19:59 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 19:59:38 +0000 (19:59 +0000)
be a dictionary...).

Doc/lib/libxmllib.tex
Doc/libxmllib.tex

index b9897a0e78ed271c2f8cb8cc72c6c55f9693159c..db4d7509ee5fb221b73f9512d6dd149a85442193 100644 (file)
@@ -50,7 +50,7 @@ attributes, the key being the \var{name} and the value being the
 Lower case and double quotes and backslashes in the \var{value} have
 been interpreted.  For instance, for the tag
 \code{<A HREF="http://www.cwi.nl/">}, this method would be called as
-\code{handle_starttag('A', self.start_A, {'HREF': 'http://www.cwi.nl/'})}.
+\code{handle_starttag('A', self.start_A, \{'HREF': 'http://www.cwi.nl/'\})}.
 The base implementation simply calls \code{method} with \code{attributes}
 as the only argument.
 \end{funcdesc}
index b9897a0e78ed271c2f8cb8cc72c6c55f9693159c..db4d7509ee5fb221b73f9512d6dd149a85442193 100644 (file)
@@ -50,7 +50,7 @@ attributes, the key being the \var{name} and the value being the
 Lower case and double quotes and backslashes in the \var{value} have
 been interpreted.  For instance, for the tag
 \code{<A HREF="http://www.cwi.nl/">}, this method would be called as
-\code{handle_starttag('A', self.start_A, {'HREF': 'http://www.cwi.nl/'})}.
+\code{handle_starttag('A', self.start_A, \{'HREF': 'http://www.cwi.nl/'\})}.
 The base implementation simply calls \code{method} with \code{attributes}
 as the only argument.
 \end{funcdesc}