]> granicus.if.org Git - python/commitdiff
Merged revisions 83999,84001 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 05:07:46 +0000 (05:07 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 05:07:46 +0000 (05:07 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83999 | eric.araujo | 2010-08-14 06:55:45 +0200 (sam., 14 août 2010) | 2 lines

  Fix reference (follow-up to #9061)
........
  r84001 | eric.araujo | 2010-08-14 07:00:18 +0200 (sam., 14 août 2010) | 2 lines

  Oops, fix typo
........

Doc/library/cgi.rst

index f0c0a075f5a9651267d420fb3d1bdf0b6e310f5d..149cf23bf10ef57eb4d05d2163b7f976b80d83f8 100644 (file)
@@ -354,7 +354,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.saxutils.quoteattr` function in the
    :mod:`xml.sax.saxutils` module instead.