]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2024 20:06:19 +0000 (22:06 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 20:06:19 +0000 (20:06 +0000)
Fix typo in ``Doclibrary/functions.rst`` (GH-125327)
(cherry picked from commit 76b29d271b3132bf8e13bc724f10be8c630057ba)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/functions.rst

index 798d96e846293e0821a8be94408b5578ef857b90..e388cbb5b6fce3a7274827af3bac05e4f18c7755 100644 (file)
@@ -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 <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