diff options
author | Fred Drake <fdrake@acm.org> | 2002-08-23 21:19:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-08-23 21:19:53 (GMT) |
commit | 055be47b43b92bcd69cd1c536fba5e6b703d9390 (patch) | |
tree | 58c45b95e2aca74668d883c898388fdff5d2927a /Doc | |
parent | 53506be258e96e77e8df7841371e812796f82e39 (diff) | |
download | cpython-055be47b43b92bcd69cd1c536fba5e6b703d9390.zip cpython-055be47b43b92bcd69cd1c536fba5e6b703d9390.tar.gz cpython-055be47b43b92bcd69cd1c536fba5e6b703d9390.tar.bz2 |
Fix typo reported to python-docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcgi.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 447f2bc..83e5e77 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. |