From fcd73922aed15eab724f674b2bef37e8702cd5c2 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 11 Oct 2024 17:00:31 -0300 Subject: [PATCH] Fix typo in ``Doclibrary/functions.rst`` (GH-125327) (cherry picked from commit 76b29d271b3132bf8e13bc724f10be8c630057ba) Co-authored-by: Rafael Fontenelle --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 798d96e846293e..e388cbb5b6fce3 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -680,7 +680,7 @@ are always available. They are listed here in alphabetical order. The *closure* argument specifies a closure--a tuple of cellvars. It's only valid when the *object* is a code object containing :term:`free (closure) variables `. - The length of the tuple must exactly match the length of the code object'S + The length of the tuple must exactly match the length of the code object's :attr:`~codeobject.co_freevars` attribute. .. audit-event:: exec code_object exec