[Python-checkins] r42226 - python/trunk/Doc/ref/ref6.tex

fredrik.lundh python-checkins at python.org
Thu Feb 2 22:58:56 CET 2006


Author: fredrik.lundh
Date: Thu Feb  2 22:58:55 2006
New Revision: 42226

Modified:
   python/trunk/Doc/ref/ref6.tex
Log:
SF patch #1421726 

fixed typo in language reference



Modified: python/trunk/Doc/ref/ref6.tex
==============================================================================
--- python/trunk/Doc/ref/ref6.tex	(original)
+++ python/trunk/Doc/ref/ref6.tex	Thu Feb  2 22:58:55 2006
@@ -875,7 +875,7 @@
 Python statements which is then executed (unless a syntax error
 occurs).  If it is an open file, the file is parsed until \EOF{} and
 executed.  If it is a code object, it is simply executed.  In all
-cases, the code that's executed is expected to be be valid as file
+cases, the code that's executed is expected to be valid as file
 input (see section~\ref{file-input}, ``File input'').  Be aware that
 the \keyword{return} and \keyword{yield} statements may not be used
 outside of function definitions even within the context of code passed


More information about the Python-checkins mailing list