mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
b6da20fffa
commit
574d7b8d7c
1 changed files with 2 additions and 2 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue