diff options
author | Skip Montanaro <skip@pobox.com> | 2005-08-02 02:53:59 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-08-02 02:53:59 (GMT) |
commit | 6a694508ae2a6259fc3bae723934ae00c0797e48 (patch) | |
tree | a15c5ce8616e51e7920b9080a2d0292252bee32d /Doc/lib/libcgi.tex | |
parent | 97b2fa229c219652b83fb22670f1b6af4d3a18c3 (diff) | |
download | cpython-6a694508ae2a6259fc3bae723934ae00c0797e48.zip cpython-6a694508ae2a6259fc3bae723934ae00c0797e48.tar.gz cpython-6a694508ae2a6259fc3bae723934ae00c0797e48.tar.bz2 |
Minor tweak as a side effect of fixing #1243553. The Unicode name for " is
'quotation mark', so I decided to use it instead of 'double-quote'.
Diffstat (limited to 'Doc/lib/libcgi.tex')
-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 f2f968f..96b4ec4 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -404,7 +404,7 @@ Convert the characters \character{\&}, \character{<} and \character{>} in string \var{s} to 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; +true, the quotation mark character (\character{"}) is also translated; this helps for inclusion in an HTML attribute value, as in \code{<A HREF="...">}. If the value to be quoted might include single- or double-quote characters, or both, consider using the |