diff options
author | Éric Araujo <merwok@netwok.org> | 2010-08-14 04:55:45 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-08-14 04:55:45 (GMT) |
commit | 71428876ea7b4ce41961ad992b57e5f566b13815 (patch) | |
tree | 0a2d8597738608b0ea27ebfbfb1c79c44d5a282d /Doc/library | |
parent | a85e2175bbaa944d718e312c8befe5b619e9b86c (diff) | |
download | cpython-71428876ea7b4ce41961ad992b57e5f566b13815.zip cpython-71428876ea7b4ce41961ad992b57e5f566b13815.tar.gz cpython-71428876ea7b4ce41961ad992b57e5f566b13815.tar.bz2 |
Fix reference (follow-up to #9061)
Diffstat (limited to 'Doc/library')
-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 cfc6953..7311039 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -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. |