mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix reference (follow-up to #9061)
This commit is contained in:
parent
a85e2175bb
commit
71428876ea
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ algorithms implemented in this module in other circumstances.
|
|||
that single quotes are never translated.
|
||||
|
||||
If the value to be quoted might include single- or double-quote characters,
|
||||
or both, consider using the :func:`quoteattr` function in the
|
||||
or both, consider using the :func:`~xml.sax.saxutil.quoteattr` function in the
|
||||
:mod:`xml.sax.saxutils` module instead.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue