diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-03-31 11:03:57 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-03-31 11:03:57 (GMT) |
commit | c44e14eba036ae4eb093b435805fa14a3af953a3 (patch) | |
tree | 56d116367af71e52ed4d9666f985af570d1ee213 /Doc/api/concrete.tex | |
parent | 5d23f9a8a33324d00d1e73f40f7c07e914b295f1 (diff) | |
download | cpython-c44e14eba036ae4eb093b435805fa14a3af953a3.zip cpython-c44e14eba036ae4eb093b435805fa14a3af953a3.tar.gz cpython-c44e14eba036ae4eb093b435805fa14a3af953a3.tar.bz2 |
Fix typos.
Diffstat (limited to 'Doc/api/concrete.tex')
-rw-r--r-- | Doc/api/concrete.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 60bba76..3a918be 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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 |