From f298ba1f2712ad10530a30bb225548a6889820b5 Mon Sep 17 00:00:00 2001
From: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Date: Sun, 8 May 2022 20:21:19 -0300
Subject: [PATCH] bpo-39229: fix formatting in library/functions.rst (#17857)

Missing reference of auditing event presents error when building translated documentation
---
 Doc/library/functions.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 83d54da7225..92b2c3bb539 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 <auditing>` ``builtins.input/result``
+      with the result after successfully reading input.
 
 
 .. class:: int([x])
-- 
GitLab