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 06deaf4 commit b225cb7Copy full SHA for b225cb7
Doc/library/tempfile.rst
@@ -253,7 +253,7 @@ to specify the directory and this is the recommended approach.
253
default value for the *dir* argument to the functions defined in this
254
module.
255
256
- If ``tempdir`` is unset or ``None`` at any call to any of the above
+ If ``tempdir`` is ``None`` (the default) at any call to any of the above
257
functions except :func:`gettempprefix` it is initialized following the
258
algorithm described in :func:`gettempdir`.
259
0 commit comments