From: Georg Brandl Date: Mon, 16 Sep 2013 02:03:12 +0000 (+0200) Subject: One more markup fix. X-Git-Tag: v3.4.0a3~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6ebbef6bd3d9b4ceba4c8f819d6008084ad406d;p=thirdparty%2FPython%2Fcpython.git One more markup fix. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 89912a9cf71e..90e468547f5c 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 `_ of a file +New functions to get and set the :ref:`inheritable flag ` of a file descriptors or a Windows handle: * :func:`os.get_inheritable`, :func:`os.set_inheritable`