From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 8 May 2022 23:34:01 +0000 (-0700) Subject: bpo-39229: fix formatting in library/functions.rst (GH-17857) X-Git-Tag: v3.11.0b2~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=574d7b8d7c061540d758f1066aeaff7364ce1ba8;p=thirdparty%2FPython%2Fcpython.git bpo-39229: fix formatting in library/functions.rst (GH-17857) Missing reference of auditing event presents error when building translated documentation (cherry picked from commit f298ba1f2712ad10530a30bb225548a6889820b5) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 83d54da72256..92b2c3bb5394 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])