[Python-checkins] r55637 - python/trunk/Doc/howto/functional.rst

georg.brandl python-checkins at python.org
Tue May 29 09:16:51 CEST 2007


Author: georg.brandl
Date: Tue May 29 09:16:47 2007
New Revision: 55637

Modified:
   python/trunk/Doc/howto/functional.rst
Log:
Fix rst markup.


Modified: python/trunk/Doc/howto/functional.rst
==============================================================================
--- python/trunk/Doc/howto/functional.rst	(original)
+++ python/trunk/Doc/howto/functional.rst	Tue May 29 09:16:47 2007
@@ -978,7 +978,7 @@
 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``.
 


More information about the Python-checkins mailing list