summaryrefslogtreecommitdiff
path: root/Lib/difflib.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-09-10 12:59:54 +0000
committerAndrew M. Kuchling <amk@amk.ca>2004-09-10 12:59:54 +0000
commitd96b2ae4a344d6e9357b28fad94e75c0b5c6c144 (patch)
treecccfb983661c120bbf7458ca9acbae56ed3cf2ea /Lib/difflib.py
parent871593302b0ef566c1715b7b7549bde0edaf2f99 (diff)
downloadcpython-d96b2ae4a344d6e9357b28fad94e75c0b5c6c144.tar.gz
Typo fix: 'comparisions' is not a word
Diffstat (limited to 'Lib/difflib.py')
-rw-r--r--Lib/difflib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/difflib.py b/Lib/difflib.py
index f855d46a82..124ae9061a 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.