]> granicus.if.org Git - python/commitdiff
Fix reference (follow-up to #9061)
authorÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 04:55:45 +0000 (04:55 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 04:55:45 +0000 (04:55 +0000)
Doc/library/cgi.rst

index cfc695353a712ac138532d16ac39c2097966806a..7311039bdb5dd87251b563dc5244c97d593948aa 100644 (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.