From: Éric Araujo Date: Sat, 14 Aug 2010 04:55:45 +0000 (+0000) Subject: Fix reference (follow-up to #9061) X-Git-Tag: v3.2a2~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71428876ea7b4ce41961ad992b57e5f566b13815;p=thirdparty%2FPython%2Fcpython.git Fix reference (follow-up to #9061) --- diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index cfc695353a71..7311039bdb5d 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.