]> granicus.if.org Git - python/commitdiff
Fix rst markup.
authorGeorg Brandl <georg@python.org>
Tue, 29 May 2007 07:16:47 +0000 (07:16 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 29 May 2007 07:16:47 +0000 (07:16 +0000)
Doc/howto/functional.rst

index 124dd01bbc60b33581985c2e27323593279703e2..bfe67d108a956ff2eb0fa4024197575f874d5a6f 100644 (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``.