mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Fix typos.
This commit is contained in:
parent
5d23f9a8a3
commit
c44e14eba0
1 changed files with 2 additions and 2 deletions
|
@ -2264,8 +2264,8 @@ There are a few functions specific to Python functions.
|
|||
\begin{cfuncdesc}{PyObject*}{PyFunction_New}{PyObject *code,
|
||||
PyObject *globals}
|
||||
Return a new function object associated with the code object
|
||||
\var{code}. \var{globals} must be a dictionary with the the global
|
||||
varaibles accessible to the function.
|
||||
\var{code}. \var{globals} must be a dictionary with the global
|
||||
variables accessible to the function.
|
||||
|
||||
The function's docstring, name and \var{__module__} are retrieved
|
||||
from the code object, the argument defaults and closure are set to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue