diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 83d54da72256a9..92b2c3bb53944d 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -859,8 +859,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])