Skip to content

Commit 574d7b8

Browse files
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 f298ba1) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent b6da20f commit 574d7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,8 @@ are always available. They are listed here in alphabetical order.
859859

860860
.. audit-event:: builtins.input/result result input
861861

862-
Raises an auditing event ``builtins.input/result`` with the result after
863-
successfully reading input.
862+
Raises an :ref:`auditing event <auditing>` ``builtins.input/result``
863+
with the result after successfully reading input.
864864

865865

866866
.. class:: int([x])

0 commit comments

Comments
 (0)