From: Rafael Fontenelle Date: Fri, 11 Oct 2024 20:00:31 +0000 (-0300) Subject: Fix typo in ``Doclibrary/functions.rst`` (#125327) X-Git-Tag: v3.14.0a1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76b29d271b3132bf8e13bc724f10be8c630057ba;p=thirdparty%2FPython%2Fcpython.git Fix typo in ``Doclibrary/functions.rst`` (#125327) --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 7f8df704a333..0638df04c6ff 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -686,7 +686,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