[Python-checkins] bpo-39229: fix formatting in library/functions.rst (GH-17857)

miss-islington webhook-mailer at python.org
Sun May 8 19:39:20 EDT 2022


https://github.com/python/cpython/commit/158579654ded615f0f9fa13d674b06473f7b1620
commit: 158579654ded615f0f9fa13d674b06473f7b1620
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-08T16:39:09-07:00
summary:

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

Co-authored-by: Rafael Fontenelle <rffontenelle at users.noreply.github.com>

files:
M Doc/library/functions.rst

diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index ff81558da14cf..85e7d12ceb91f 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -846,8 +846,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])



More information about the Python-checkins mailing list