Skip to content

Commit f298ba1

Browse files
authored
bpo-39229: fix formatting in library/functions.rst (#17857)
Missing reference of auditing event presents error when building translated documentation
1 parent 2888b11 commit f298ba1

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)