]> granicus.if.org Git - python/commitdiff
Clarified the tempfile.tempdir documentation (GH-7829) (GH-7841)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Jun 2018 08:03:29 +0000 (01:03 -0700)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Thu, 21 Jun 2018 08:03:29 +0000 (04:03 -0400)
(cherry picked from commit 940ae608566fd4446ff92a22705f646cde1d087c)

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
Doc/library/tempfile.rst

index c59aca1e1890864dc8c21a97bbcbb9b104190901..0d0da4d62e4725fc9d0719127cbda91d758f7a2c 100644 (file)
@@ -253,7 +253,7 @@ to specify the directory and this is the recommended approach.
    default value for the *dir* argument to the functions defined in this
    module.
 
-   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
    functions except :func:`gettempprefix` it is initialized following the
    algorithm described in :func:`gettempdir`.