[Python-checkins] r84001 - python/branches/py3k/Doc/library/cgi.rst

eric.araujo python-checkins at python.org
Sat Aug 14 07:00:19 CEST 2010


Author: eric.araujo
Date: Sat Aug 14 07:00:18 2010
New Revision: 84001

Log:
Oops, fix typo


Modified:
   python/branches/py3k/Doc/library/cgi.rst

Modified: python/branches/py3k/Doc/library/cgi.rst
==============================================================================
--- python/branches/py3k/Doc/library/cgi.rst	(original)
+++ python/branches/py3k/Doc/library/cgi.rst	Sat Aug 14 07:00:18 2010
@@ -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:`~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.
 
 


More information about the Python-checkins mailing list