summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-09-12 12:45:37 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-09-12 12:45:37 (GMT)
commitef369cd9cb694d39ce913854401f9984a9670edd (patch)
tree553261211df7e2e1a3bf80e2f17bfb777b7be319 /Doc
parentb5d21183b49d54601e37f8bb7c5aae462499d2da (diff)
downloadcpython-ef369cd9cb694d39ce913854401f9984a9670edd.zip
cpython-ef369cd9cb694d39ce913854401f9984a9670edd.tar.gz
cpython-ef369cd9cb694d39ce913854401f9984a9670edd.tar.bz2
Shorten run-on sentence
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 d5a9fe6..330a504 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -5272,7 +5272,7 @@ You should read, or at least page through, the
which gives complete (though terse) reference material about types,
functions, and modules that can save you a lot of time when writing
Python programs. The standard Python distribution includes a
-\emph{lot} of code in both C and Python; there are modules to read
+\emph{lot} of additional code. There are modules to read
\UNIX{} mailboxes, retrieve documents via HTTP, generate random
numbers, parse command-line options, write CGI programs, compress
data, and a lot more; skimming through the Library Reference will give