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

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

De-tabified everywhere.
This commit is contained in:
Fred Drake 2001-02-22 21:28:04 +00:00
parent 7c30de65f4
commit 230d17d0d1

View file

@ -227,7 +227,7 @@ and \code{z.imag}.
\end{description} % Numbers \end{description} % Numbers
\item[Sequences] \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 The built-in function \function{len()}\bifuncindex{len} returns the
number of items of a sequence. number of items of a sequence.
When the length of a sequence is \var{n}, the When the length of a sequence is \var{n}, the