]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39229: fix formatting in library/functions.rst (GH-17857)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 May 2022 23:39:09 +0000 (16:39 -0700)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 23:39:09 +0000 (16:39 -0700)
Missing reference of auditing event presents error when building translated documentation
(cherry picked from commit f298ba1f2712ad10530a30bb225548a6889820b5)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/functions.rst

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