[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.261.2.6, 1.261.2.7

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jun 17 12:27:52 CEST 2005


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

Modified Files:
      Tag: release24-maint
	tut.tex 
Log Message:
Fix typo.

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.261.2.6
retrieving revision 1.261.2.7
diff -u -d -r1.261.2.6 -r1.261.2.7
--- tut.tex	14 Jun 2005 08:58:27 -0000	1.261.2.6
+++ tut.tex	17 Jun 2005 10:27:50 -0000	1.261.2.7
@@ -2024,7 +2024,7 @@
 ((12345, 54321, 'hello!'), (1, 2, 3, 4, 5))
 \end{verbatim}
 
-As you see, on output tuples are alway enclosed in parentheses, so
+As you see, on output tuples are always enclosed in parentheses, so
 that nested tuples are interpreted correctly; they may be input with
 or without surrounding parentheses, although often parentheses are
 necessary anyway (if the tuple is part of a larger expression).



More information about the Python-checkins mailing list