[Python-checkins] r43476 - python/trunk/Doc/api/concrete.tex

walter.doerwald python-checkins at python.org
Fri Mar 31 13:03:58 CEST 2006


Author: walter.doerwald
Date: Fri Mar 31 13:03:57 2006
New Revision: 43476

Modified:
   python/trunk/Doc/api/concrete.tex
Log:
Fix typos.


Modified: python/trunk/Doc/api/concrete.tex
==============================================================================
--- python/trunk/Doc/api/concrete.tex	(original)
+++ python/trunk/Doc/api/concrete.tex	Fri Mar 31 13:03:57 2006
@@ -2264,8 +2264,8 @@
 \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


More information about the Python-checkins mailing list