Skip to content

Commit 1585796

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 6679fdf commit 1585796

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
@@ -846,8 +846,8 @@ are always available. They are listed here in alphabetical order.
846846

847847
.. audit-event:: builtins.input/result result input
848848

849-
Raises an auditing event ``builtins.input/result`` with the result after
850-
successfully reading input.
849+
Raises an :ref:`auditing event <auditing>` ``builtins.input/result``
850+
with the result after successfully reading input.
851851

852852

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

0 commit comments

Comments
 (0)