diff options
author | Georg Brandl <georg@python.org> | 2005-12-27 00:06:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-12-27 00:06:18 (GMT) |
commit | 8d2dc47ef1dc9a81cc5f5f306236ac17c5c1e657 (patch) | |
tree | 0c6541a0310775edc6b3bd923594efa3b5f4a817 /Doc | |
parent | 31ecece2f30419ab79ec29ea22f798e29126b570 (diff) | |
download | cpython-8d2dc47ef1dc9a81cc5f5f306236ac17c5c1e657.zip cpython-8d2dc47ef1dc9a81cc5f5f306236ac17c5c1e657.tar.gz cpython-8d2dc47ef1dc9a81cc5f5f306236ac17c5c1e657.tar.bz2 |
Bug #1375599: Correct grammar error in tutorial
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index fcca541..94aebf8 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} |