[Python-checkins] python/dist/src/Lib difflib.py,1.26,1.27

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Sep 10 14:58:19 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30441

Modified Files:
	difflib.py 
Log Message:
Typo fix: 'comparisions' is not a word

Index: difflib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/difflib.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- difflib.py	29 Aug 2004 22:38:38 -0000	1.26
+++ difflib.py	10 Sep 2004 12:58:16 -0000	1.27
@@ -1603,7 +1603,7 @@
     """For producing HTML side by side comparison with change highlights.
 
     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