https://github.com/python/cpython/commit/76b29d271b3132bf8e13bc724f10be8c630057ba
commit: 76b29d271b3132bf8e13bc724f10be8c630057ba
branch: main
author: Rafael Fontenelle <[email protected]>
committer: Eclips4 <[email protected]>
date: 2024-10-11T23:00:31+03:00
summary:
Fix typo in ``Doclibrary/functions.rst`` (#125327)
files:
M Doc/library/functions.rst
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 7f8df704a33327..0638df04c6ff40 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 <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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]