]> granicus.if.org Git - python/commitdiff
Fix typo reported to python-docs.
authorFred Drake <fdrake@acm.org>
Fri, 23 Aug 2002 21:19:53 +0000 (21:19 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Aug 2002 21:19:53 +0000 (21:19 +0000)
Doc/lib/libcgi.tex

index 447f2bc3f853c6aed7ca0d73d99f47f4b5b13ec6..83e5e77659bae4e5660a34dc31832c23010c422b 100644 (file)
@@ -404,7 +404,7 @@ HTML-safe sequences.  Use this if you need to display text that might
 contain such characters in HTML.  If the optional flag \var{quote} is
 true, the double-quote character (\character{"}) is also translated;
 this helps for inclusion in an HTML attribute value, as in \code{<A
-HREF="...">}.  If the value to be qouted might include single- or
+HREF="...">}.  If the value to be quoted might include single- or
 double-quote characters, or both, consider using the
 \function{quoteattr()} function in the \refmodule{xml.sax.saxutils}
 module instead.