summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-10 19:54:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-10 19:54:11 (GMT)
commit4f707fd3165dad9cdf0307b610593a32bfcd456e (patch)
tree684fff97ff4e77a9b04a51c8ded1b4d0f4cb36ed /Doc/whatsnew/3.2.rst
parent04da1e013a6ad54b417d52b6c5e1312b18a67ae9 (diff)
downloadcpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.zip
cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.gz
cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.bz2
Separate source link from main text.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index b147fa5..d457095 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1614,7 +1614,7 @@ memory jog without having to read all of the docs.
In some cases, the pure Python source code can be helpful adjunct to the docs,
so now some modules feature quick links to the latest version of the source
code. For example, the :mod:`functools` module documentation has a quick link
-at the top labeled *Source code* source:`Lib/functools.py`.
+at the top labeled: *Source code* :source:`Lib/functools.py`.
The docs now contain more examples and recipes. In particular, :mod:`re` module
has an extensive section, :ref:`re-examples`. Likewise, the :mod:`itertools`