mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo reported to python-docs.
This commit is contained in:
parent
53506be258
commit
055be47b43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
contain such characters in HTML. If the optional flag \var{quote} is
|
||||||
true, the double-quote character (\character{"}) is also translated;
|
true, the double-quote character (\character{"}) is also translated;
|
||||||
this helps for inclusion in an HTML attribute value, as in \code{<A
|
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
|
double-quote characters, or both, consider using the
|
||||||
\function{quoteattr()} function in the \refmodule{xml.sax.saxutils}
|
\function{quoteattr()} function in the \refmodule{xml.sax.saxutils}
|
||||||
module instead.
|
module instead.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue