summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/cgi.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst
index 17482d70de..1b112a6685 100644
--- a/Doc/library/cgi.rst
+++ b/Doc/library/cgi.rst
@@ -327,7 +327,8 @@ algorithms implemented in this module in other circumstances.
character (``'"'``) is also translated; this helps for inclusion in an HTML
attribute value, as in ``<A HREF="...">``. If the value to be quoted might
include single- or double-quote characters, or both, consider using the
- :func:`quoteattr` function in the :mod:`xml.sax.saxutils` module instead.
+ :func:`~xml.sax.saxutils.quoteattr` function in the :mod:`xml.sax.saxutils`
+ module instead.
.. _cgi-security: