diff options
| author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:34:56 (GMT) |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:34:56 (GMT) |
| commit | 1498d637953f9dcb2c8e445cd1fe201fc6edb0af (patch) | |
| tree | 4af576420e6fe90843b2286e8a0ef9546093c88d /Doc/lib/libdifflib.tex | |
| parent | 8d784e353f7169eebb75c8c8677a1b9e5fe2c19b (diff) | |
| download | cpython-1498d637953f9dcb2c8e445cd1fe201fc6edb0af.zip cpython-1498d637953f9dcb2c8e445cd1fe201fc6edb0af.tar.gz cpython-1498d637953f9dcb2c8e445cd1fe201fc6edb0af.tar.bz2 | |
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libdifflib.tex')
| -rw-r--r-- | Doc/lib/libdifflib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 666a9e3..765accc 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -431,7 +431,7 @@ of the other sequences. Each tuple is of the form \code{(\var{tag}, \var{i1}, \var{i2}, \var{j1}, \var{j2})}. The first tuple has \code{\var{i1} == \var{j1} == 0}, and remaining tuples have \var{i1} equal to the - \var{i2} from the preceeding tuple, and, likewise, \var{j1} equal to + \var{i2} from the preceding tuple, and, likewise, \var{j1} equal to the previous \var{j2}. The \var{tag} values are strings, with these meanings: |
