Fix rst markup.

This commit is contained in:
Georg Brandl 2007-05-29 07:16:47 +00:00
parent e9607e24a7
commit d4e42dccf0
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ element.
that's a slice of the iterator. With a single ``stop`` argument,
it will return the first ``stop``
elements. If you supply a starting index, you'll get ``stop-start``
elements, and if you supply a value for ``step`, elements will be
elements, and if you supply a value for ``step``, elements will be
skipped accordingly. Unlike Python's string and list slicing, you
can't use negative values for ``start``, ``stop``, or ``step``.