Skip to content

Commit 940ae60

Browse files
srinivasreddyericvsmith
authored andcommitted
Clarified the tempfile.tempdir documentation (GH-7829)
1 parent 33c7420 commit 940ae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tempfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ to specify the directory and this is the recommended approach.
262262
default value for the *dir* argument to the functions defined in this
263263
module.
264264

265-
If ``tempdir`` is unset or ``None`` at any call to any of the above
265+
If ``tempdir`` is ``None`` (the default) at any call to any of the above
266266
functions except :func:`gettempprefix` it is initialized following the
267267
algorithm described in :func:`gettempdir`.
268268

0 commit comments

Comments
 (0)