summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-16 02:03:12 (GMT)
committerGeorg Brandl <georg@python.org>2013-09-16 02:03:12 (GMT)
commitc6ebbef6bd3d9b4ceba4c8f819d6008084ad406d (patch)
tree065afe20a83210f6c05f12e1465334a53a02e29a
parentc850f34220888838110cb07909fd80f3648ad2ba (diff)
downloadcpython-c6ebbef6bd3d9b4ceba4c8f819d6008084ad406d.zip
cpython-c6ebbef6bd3d9b4ceba4c8f819d6008084ad406d.tar.gz
cpython-c6ebbef6bd3d9b4ceba4c8f819d6008084ad406d.tar.bz2
One more markup fix.
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 89912a9..90e4685 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -287,7 +287,7 @@ will no longer inherit unneeded handles/file descriptors from their parents.
os
--
-New functions to get and set the `inheritable flag <fd_inheritance>`_ of a file
+New functions to get and set the :ref:`inheritable flag <fd_inheritance>` of a file
descriptors or a Windows handle:
* :func:`os.get_inheritable`, :func:`os.set_inheritable`