We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecbaa7 commit fae61fcCopy full SHA for fae61fc
1 file changed
Doc/library/tempfile.rst
@@ -229,8 +229,8 @@ The module defines the following user-callable items:
229
230
The file descriptor is not inherited by child processes across
231
:func:`exec <os.execl>` calls, but will be inherited by child
232
- processes created via :func:`os.fork`. See
233
- :ref:`fd_inheritance` for more information.
+ processes created via :func:`os.fork`. See :ref:`fd_inheritance`
+ for more information.
234
235
Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
236
for deleting the temporary file when done with it.
0 commit comments