summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-30 01:10:07 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-30 01:10:07 (GMT)
commitc7bb159acd330c3dfb299eebe3340bbdd18bdd85 (patch)
treeb3fee460f018fc5ad45c7b78f6d716388abc718a
parent62399747a55afb41c8238864b520f5866a4199a0 (diff)
downloadcpython-c7bb159acd330c3dfb299eebe3340bbdd18bdd85.zip
cpython-c7bb159acd330c3dfb299eebe3340bbdd18bdd85.tar.gz
cpython-c7bb159acd330c3dfb299eebe3340bbdd18bdd85.tar.bz2
Markup nits.
-rw-r--r--Doc/whatsnew/3.2.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 222003b..27b7028 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2440,10 +2440,10 @@ Changes to Python's build process and to the C API include:
longer used and it had never been documented (:issue:`8837`).
There were a number of other small changes to the C-API. See the
-:file:`Misc/NEWS` file for a complete list.
+:source:`Misc/NEWS` file for a complete list.
-Also, the were a number of updates to the OS X build, see
-:file:/`Mac/BuildScript/README.txt`.
+Also, there were a number of updates to the OS X build, see
+:source:`Mac/BuildScript/README.txt`.
Porting to Python 3.2
=====================