diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-12-18 21:29:07 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-12-18 21:29:07 (GMT) |
commit | ab4b873f81ccdae353054e033d4c2fa6d09a1b49 (patch) | |
tree | 019d0dfd4790a84288f603518477caceb87637aa /Doc/howto | |
parent | 44b054b84adc2deef45bf3fd2e17532d9a993cd3 (diff) | |
download | cpython-ab4b873f81ccdae353054e033d4c2fa6d09a1b49.zip cpython-ab4b873f81ccdae353054e033d4c2fa6d09a1b49.tar.gz cpython-ab4b873f81ccdae353054e033d4c2fa6d09a1b49.tar.bz2 |
Fix markup
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/functional.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 2e5a6a9..124dd01 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -1398,10 +1398,10 @@ Python documentation ''''''''''''''''''''''''''' 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" |