summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgi.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-08-14 05:00:18 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-08-14 05:00:18 (GMT)
commitd7fc374a7a3f174e1b4b537f8035957c8487b58e (patch)
tree4bfb11ab98b73b3156c1d87b9a8f42c516762e67 /Doc/library/cgi.rst
parentbf054adea403fcf81bdb7d8c5f459319f380f017 (diff)
downloadcpython-d7fc374a7a3f174e1b4b537f8035957c8487b58e.zip
cpython-d7fc374a7a3f174e1b4b537f8035957c8487b58e.tar.gz
cpython-d7fc374a7a3f174e1b4b537f8035957c8487b58e.tar.bz2
Oops, fix typo
Diffstat (limited to 'Doc/library/cgi.rst')
-rw-r--r--Doc/library/cgi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst
index 7311039..49d1488 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.