[3.13] Fix typo in ``Doc/library/functions.rst`` (GH-125327) (#125333)

Fix typo in ``Doclibrary/functions.rst`` (GH-125327)
(cherry picked from commit 76b29d271b)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-10-11 22:06:19 +02:00 committed by GitHub
parent f589513334
commit 488807a52a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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