]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1375599: Correct grammar error in tutorial
authorGeorg Brandl <georg@python.org>
Tue, 27 Dec 2005 00:06:18 +0000 (00:06 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 27 Dec 2005 00:06:18 +0000 (00:06 +0000)
Doc/tut/tut.tex

index fcca54100af945d78676b5c272aa0bb46cd1766e..94aebf8a864087953dd6e9b4cfa09ad683409987 100644 (file)
@@ -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}