From ef369cd9cb694d39ce913854401f9984a9670edd Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 12 Sep 2005 12:45:37 +0000 Subject: [PATCH] Shorten run-on sentence --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index d5a9fe67e8a..330a5042e5e 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