From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:06:19 +0000 (+0200) Subject: [3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333) X-Git-Tag: v3.13.1~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=488807a52ab16550a260f919963e6119556a2161;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333) Fix typo in ``Doclibrary/functions.rst`` (GH-125327) (cherry picked from commit 76b29d271b3132bf8e13bc724f10be8c630057ba) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 798d96e84629..e388cbb5b6fc 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