]> granicus.if.org Git - python/commitdiff
Oops, fix typo
authorÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 05:00:18 +0000 (05:00 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 05:00:18 +0000 (05:00 +0000)
Doc/library/cgi.rst

index 7311039bdb5dd87251b563dc5244c97d593948aa..49d148816eb6bd9f7d8702e7b380836307d50bbb 100644 (file)
@@ -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.