bpo-39229: fix formatting in library/functions.rst

Missing reference of auditing event presents error when building translated documentation
This commit is contained in:
Rafael Fontenelle 2020-01-06 02:40:57 -03:00 committed by GitHub
parent ee94bdb059
commit c191ab22ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -792,8 +792,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])