]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in ``Doclibrary/functions.rst`` (#125327)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Fri, 11 Oct 2024 20:00:31 +0000 (17:00 -0300)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 20:00:31 +0000 (23:00 +0300)
Doc/library/functions.rst

index 7f8df704a3332760c52d4cf6f465224c7812144e..0638df04c6ff407e15af668b4ead958b3eaa0d92 100644 (file)
@@ -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 <closure variable>`.
-   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