diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index ff81558da14cf8..85e7d12ceb91fe 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -846,8 +846,8 @@ are always available. They are listed here in alphabetical order. .. audit-event:: builtins.input/result result input - Raises an auditing event ``builtins.input/result`` with the result after - successfully reading input. + Raises an :ref:`auditing event ` ``builtins.input/result`` + with the result after successfully reading input. .. class:: int([x])