One more markup fix.

This commit is contained in:
Georg Brandl 2013-09-16 04:03:12 +02:00
parent c850f34220
commit c6ebbef6bd

View file

@ -287,7 +287,7 @@ will no longer inherit unneeded handles/file descriptors from their parents.
os 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: descriptors or a Windows handle:
* :func:`os.get_inheritable`, :func:`os.set_inheritable` * :func:`os.get_inheritable`, :func:`os.set_inheritable`