mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
SF Patch #1093896: miscellaneous doc typos
This commit is contained in:
parent
f871d833dd
commit
68804315e0
60 changed files with 103 additions and 102 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue