Fix reference (follow-up to #9061)

This commit is contained in:
Éric Araujo 2010-08-14 04:55:45 +00:00
parent a85e2175bb
commit 71428876ea
1 changed files with 1 additions and 1 deletions

View File

@ -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.