One more markup fix.

This commit is contained in:
Georg Brandl 2013-09-16 04:03:12 +02:00
parent c850f34220
commit c6ebbef6bd
1 changed files with 1 additions and 1 deletions

View File

@ -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`