From abfb5ac30aaae42b15b58d56b65746948705cc7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 14 Aug 2010 05:04:34 +0000 Subject: [PATCH] Merged revisions 83999,84001 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ........ 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 17482d70de..1b112a6685 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -327,7 +327,8 @@ algorithms implemented in this module in other circumstances. character (``'"'``) is also translated; this helps for inclusion in an HTML attribute value, as in ````. If the value to be quoted might include single- or double-quote characters, or both, consider using the - :func:`quoteattr` function in the :mod:`xml.sax.saxutils` module instead. + :func:`~xml.sax.saxutils.quoteattr` function in the :mod:`xml.sax.saxutils` + module instead. .. _cgi-security: -- 2.40.0