SF patch #1421726
authorFredrik Lundh <fredrik@pythonware.com>
Thu, 2 Feb 2006 21:58:55 +0000 (21:58 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Thu, 2 Feb 2006 21:58:55 +0000 (21:58 +0000)
fixed typo in language reference

Doc/ref/ref6.tex

index 3dee67f61a939f7c32899da7c95f2984b398aa25..d1d23ac3a12bea5f07344434eeb6cf5a0d386c86 100644 (file)
@@ -875,7 +875,7 @@ a code object.  If it is a string, the string is parsed as a suite of
 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