commit | 71428876ea7b4ce41961ad992b57e5f566b13815 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Aug 14 04:55:45 2010 +0000 |
committer | Éric Araujo <merwok@netwok.org> | Sat Aug 14 04:55:45 2010 +0000 |
tree | 0a2d8597738608b0ea27ebfbfb1c79c44d5a282d | |
parent | a85e2175bbaa944d718e312c8befe5b619e9b86c [diff] [blame] |
Fix reference (follow-up to #9061)
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 @@ 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.