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

andrew.kuchling python-checkins at python.org
Mon Dec 18 22:29:08 CET 2006


Author: andrew.kuchling
Date: Mon Dec 18 22:29:07 2006
New Revision: 53057

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

Modified: python/trunk/Doc/howto/functional.rst
==============================================================================
--- python/trunk/Doc/howto/functional.rst	(original)
+++ python/trunk/Doc/howto/functional.rst	Mon Dec 18 22:29:07 2006
@@ -1398,10 +1398,10 @@
 '''''''''''''''''''''''''''
 
 http://docs.python.org/lib/module-itertools.html:
-Documentation ``for the itertools`` module.
+Documentation for the ``itertools`` module.
 
 http://docs.python.org/lib/module-operator.html:
-Documentation ``for the operator`` module.
+Documentation for the ``operator`` module.
 
 http://www.python.org/dev/peps/pep-0289/:
 PEP 289: "Generator Expressions"


More information about the Python-checkins mailing list