[Python-checkins] python/dist/src/Doc/tut tut.tex,1.281,1.282

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Mon Sep 12 14:45:41 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18418

Modified Files:
	tut.tex 
Log Message:
Shorten run-on sentence

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- tut.tex	12 Sep 2005 12:44:20 -0000	1.281
+++ tut.tex	12 Sep 2005 12:45:37 -0000	1.282
@@ -5272,7 +5272,7 @@
 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



More information about the Python-checkins mailing list