[Python-checkins] cpython: One more markup fix.

georg.brandl python-checkins at python.org
Mon Sep 16 04:02:43 CEST 2013


http://hg.python.org/cpython/rev/29b8ec9195ff
changeset:   85725:29b8ec9195ff
user:        Georg Brandl <georg at python.org>
date:        Mon Sep 16 04:03:12 2013 +0200
summary:
  One more markup fix.

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -287,7 +287,7 @@
 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`

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list