bpo-39229: fix formatting in library/functions.rst (#17857)

Missing reference of auditing event presents error when building translated documentation
This commit is contained in:
Rafael Fontenelle 2022-05-08 20:21:19 -03:00 committed by GitHub
parent 2888b1107f
commit f298ba1f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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])