diff options
author | Éric Araujo <merwok@netwok.org> | 2010-08-14 05:07:46 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-08-14 05:07:46 (GMT) |
commit | 56b674d5f54bca08c492f545e67f7b66bb58bd6d (patch) | |
tree | 333ee0436ed10b37682b20afc53478be1799ae1e /Doc | |
parent | 014c38dd1c60fbb5b81457ad72a0d9d49b18e39d (diff) | |
download | cpython-56b674d5f54bca08c492f545e67f7b66bb58bd6d.zip cpython-56b674d5f54bca08c492f545e67f7b66bb58bd6d.tar.gz cpython-56b674d5f54bca08c492f545e67f7b66bb58bd6d.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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index f0c0a07..149cf23 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -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. |