diff options
-rw-r--r-- | Doc/library/cgi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index f0c0a075f5..149cf23bf1 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -354,7 +354,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:`quoteattr` function in the + or both, consider using the :func:`~xml.sax.saxutils.quoteattr` function in the :mod:`xml.sax.saxutils` module instead. |