Skip to content

Commit fae61fc

Browse files
committed
Clearning the Lint error
1 parent 8ecbaa7 commit fae61fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/tempfile.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ The module defines the following user-callable items:
229229

230230
The file descriptor is not inherited by child processes across
231231
: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.
232+
processes created via :func:`os.fork`. See :ref:`fd_inheritance`
233+
for more information.
234234

235235
Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
236236
for deleting the temporary file when done with it.

0 commit comments

Comments
 (0)