summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-12-27 00:06:18 (GMT)
committerGeorg Brandl <georg@python.org>2005-12-27 00:06:18 (GMT)
commit8d2dc47ef1dc9a81cc5f5f306236ac17c5c1e657 (patch)
tree0c6541a0310775edc6b3bd923594efa3b5f4a817 /Doc
parent31ecece2f30419ab79ec29ea22f798e29126b570 (diff)
downloadcpython-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.tex2
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}