Oops, fix typo

This commit is contained in:
Éric Araujo 2010-08-14 05:00:18 +00:00
parent bf054adea4
commit d7fc374a7a
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:`~xml.sax.saxutil.quoteattr` function in the
or both, consider using the :func:`~xml.sax.saxutils.quoteattr` function in the
:mod:`xml.sax.saxutils` module instead.