mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
Typo fix: 'comparisions' is not a word
This commit is contained in:
parent
2cc0c3008c
commit
55be9eab38
5 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue