commit of r41831 - python/branches/release24-maint/Doc/tut/tut.tex
Author: reinhold.birkenfeld Date: Tue Dec 27 01:06:18 2005 New Revision: 41831 Modified: python/branches/release24-maint/Doc/tut/tut.tex Log: Bug #1375599: Correct grammar error in tutorial Modified: python/branches/release24-maint/Doc/tut/tut.tex ============================================================================== --- python/branches/release24-maint/Doc/tut/tut.tex (original) +++ python/branches/release24-maint/Doc/tut/tut.tex Tue Dec 27 01:06:18 2005 @@ -114,7 +114,7 @@ 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}
participants (1)
-
reinhold.birkenfeld