Skip to content

Commit

Permalink
Fix typo in Doclibrary/functions.rst (#125327)
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Oct 11, 2024
1 parent cc2938a commit 76b29d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76b29d2

Please sign in to comment.