diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-12-18 21:29:07 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-12-18 21:29:07 +0000 |
commit | 8b006cfe657b53868fee661062cc4f7513fbff8e (patch) | |
tree | 8a6f2df8b658a1b39274d27256e5b8f9d953da2d /Doc/howto | |
parent | c4b5427a60479f75cd5dfadb6f80008e2cd6e984 (diff) | |
download | cpython-8b006cfe657b53868fee661062cc4f7513fbff8e.tar.gz |
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 2e5a6a9202..124dd01bbc 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" |