diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-09-10 12:59:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-09-10 12:59:54 (GMT) |
commit | 55be9eab3874aa93dccdfcf3df4838e25e598cc4 (patch) | |
tree | 45f00bac31a36468ac42391e0e48d0b8d8cd3061 /Doc/lib | |
parent | 2cc0c3008ca3f86ba6b9f73718fb5c3c1095d76d (diff) | |
download | cpython-55be9eab3874aa93dccdfcf3df4838e25e598cc4.zip cpython-55be9eab3874aa93dccdfcf3df4838e25e598cc4.tar.gz cpython-55be9eab3874aa93dccdfcf3df4838e25e598cc4.tar.bz2 |
Typo fix: 'comparisions' is not a word
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libdifflib.tex | 2 | ||||
-rw-r--r-- | Doc/lib/libstdtypes.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 4256e87..c4a3f12 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -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. diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index b531b61..83d3c03 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1092,7 +1092,7 @@ Notes: 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 |