]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos.
authorWalter Dörwald <walter@livinglogic.de>
Fri, 31 Mar 2006 11:03:57 +0000 (11:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 31 Mar 2006 11:03:57 +0000 (11:03 +0000)
Doc/api/concrete.tex

index 60bba76e80fd9c25d91d56cfcf9ec7d9460d6da7..3a918beb947a71e0f375067bf66fbc950f65058f 100644 (file)
@@ -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