Fix reference (follow-up to #9061)
This commit is contained in:
parent
a85e2175bb
commit
71428876ea
|
@ -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…
Reference in New Issue