From: Georg Brandl Date: Tue, 27 Dec 2005 00:06:18 +0000 (+0000) Subject: Bug #1375599: Correct grammar error in tutorial X-Git-Tag: v2.4.3c1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2dc47ef1dc9a81cc5f5f306236ac17c5c1e657;p=thirdparty%2FPython%2Fcpython.git Bug #1375599: Correct grammar error in tutorial --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index fcca54100af9..94aebf8a8640 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -114,7 +114,7 @@ easy to experiment with features of the language, to write throw-away programs, or to test functions during bottom-up program development. It is also a handy desk calculator. -Python enables programs to written compactly and readably. Programs +Python enables programs to be written compactly and readably. Programs written in Python are typically much shorter than equivalent C or \Cpp{} programs, for several reasons: \begin{itemize}