]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39229: fix formatting in library/functions.rst (#17857)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Sun, 8 May 2022 23:21:19 +0000 (20:21 -0300)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 23:21:19 +0000 (16:21 -0700)
Missing reference of auditing event presents error when building translated documentation

Doc/library/functions.rst

index 83d54da72256a9713d2fff0d6d4e155d21448315..92b2c3bb53944d13a1cb939e1fd107d94e7ae3ca 100644 (file)
@@ -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 <auditing>` ``builtins.input/result``
+      with the result after successfully reading input.
 
 
 .. class:: int([x])