summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-08-23 21:19:53 +0000
committerFred Drake <fdrake@acm.org>2002-08-23 21:19:53 +0000
commite6ddaab67070915418dc446c180b80e0768f1385 (patch)
treec992cd145b1fd61f36f63211d8d208a4852762ed /Doc
parentf8c15a866caad4791f253793969b5741958c6e70 (diff)
downloadcpython-e6ddaab67070915418dc446c180b80e0768f1385.tar.gz
Fix typo reported to python-docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcgi.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex
index 447f2bc3f8..83e5e77659 100644
--- a/Doc/lib/libcgi.tex
+++ b/Doc/lib/libcgi.tex
@@ -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.