From: Georg Brandl Date: Tue, 29 May 2007 07:16:47 +0000 (+0000) Subject: Fix rst markup. X-Git-Tag: v2.6a1~1679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4e42dccf0fb27e598c3c69fe6671b382031f4b3;p=thirdparty%2FPython%2Fcpython.git Fix rst markup. --- diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 124dd01bbc60..bfe67d108a95 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -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``.