From: Éric Araujo Date: Sat, 14 Aug 2010 05:00:18 +0000 (+0000) Subject: Oops, fix typo X-Git-Tag: v3.2a2~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7fc374a7a3f174e1b4b537f8035957c8487b58e;p=thirdparty%2FPython%2Fcpython.git Oops, fix typo --- diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 7311039bdb5d..49d148816eb6 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:`~xml.sax.saxutil.quoteattr` function in the + or both, consider using the :func:`~xml.sax.saxutils.quoteattr` function in the :mod:`xml.sax.saxutils` module instead.