[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.165, 1.166 libdifflib.tex, 1.18, 1.19

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Sep 10 14:57:48 CEST 2004


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

Modified Files:
	libstdtypes.tex libdifflib.tex 
Log Message:
Typo fix: 'comparisions' is not a word

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- libstdtypes.tex	6 Sep 2004 00:42:14 -0000	1.165
+++ libstdtypes.tex	10 Sep 2004 12:57:46 -0000	1.166
@@ -1092,7 +1092,7 @@
   the sorted or reversed list.
 
 \item[(8)] The \method{sort()} method takes optional arguments for
-  controlling the comparisions.
+  controlling the comparisons.
 
   \var{cmp} specifies a custom comparison function of two arguments
      (list items) which should return a negative, zero or positive number

Index: libdifflib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdifflib.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- libdifflib.tex	29 Aug 2004 16:34:39 -0000	1.18
+++ libdifflib.tex	10 Sep 2004 12:57:46 -0000	1.19
@@ -55,7 +55,7 @@
 \begin{classdesc*}{HtmlDiff}
 
   This class can be used to create an HTML table (or a complete HTML file
-  containing the table) showing a side by side, line by line comparision
+  containing the table) showing a side by side, line by line comparison
   of text with inter-line and intra-line change highlights.  The table can 
   be generated in either full or contextual difference mode.
 



More information about the Python-checkins mailing list