summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2006-03-31 11:03:57 +0000
committerWalter Dörwald <walter@livinglogic.de>2006-03-31 11:03:57 +0000
commitc44e14eba036ae4eb093b435805fa14a3af953a3 (patch)
tree56d116367af71e52ed4d9666f985af570d1ee213
parent5d23f9a8a33324d00d1e73f40f7c07e914b295f1 (diff)
downloadcpython-git-c44e14eba036ae4eb093b435805fa14a3af953a3.tar.gz
Fix typos.
-rw-r--r--Doc/api/concrete.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 60bba76e80..3a918beb94 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