Commit 5fd22127 authored by Fred Drake's avatar Fred Drake

Sequence indexes are non-negative, not natural (0 is not a natural number).

Reported by Daniel May <mayds@ecn.purdue.edu>.

De-tabified everywhere.
parent 6bc6ab1b
......@@ -227,7 +227,7 @@ and \code{z.imag}.
\end{description} % Numbers
\item[Sequences]
These represent finite ordered sets indexed by natural numbers.
These represent finite ordered sets indexed by non-negative numbers.
The built-in function \function{len()}\bifuncindex{len} returns the
number of items of a sequence.
When the length of a sequence is \var{n}, the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment