summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-08-14 05:04:34 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-08-14 05:04:34 (GMT)
commitabfb5ac30aaae42b15b58d56b65746948705cc7d (patch)
tree4dbc0e17fe08958263c4f62555c4ebfb845e1174 /Doc
parent09fd03e720e81cd7be48803d75940072d41a6ca2 (diff)
downloadcpython-abfb5ac30aaae42b15b58d56b65746948705cc7d.zip
cpython-abfb5ac30aaae42b15b58d56b65746948705cc7d.tar.gz
cpython-abfb5ac30aaae42b15b58d56b65746948705cc7d.tar.bz2
Merged revisions 83999,84001 via svnmerge from
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 ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/cgi.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst
index 17482d7..1b112a6 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 ``<A HREF="...">``. 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: