From 55be9eab3874aa93dccdfcf3df4838e25e598cc4 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 10 Sep 2004 12:59:54 +0000 Subject: Typo fix: 'comparisions' is not a word --- Lib/difflib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/difflib.py') diff --git a/Lib/difflib.py b/Lib/difflib.py index f855d46a828..124ae9061ad 100644 --- a/Lib/difflib.py +++ b/Lib/difflib.py @@ -1603,7 +1603,7 @@ class HtmlDiff(object): """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. -- cgit v1.2.3