Oops, fix typo
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 @@
    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.