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 f298ba1f27)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-05-08 16:34:01 -07:00 committed by GitHub
parent b6da20fffa
commit 574d7b8d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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