mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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'.
This commit is contained in:
parent
97b2fa229c
commit
6a694508ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue