]> granicus.if.org Git - python/commitdiff
Clarified the tempfile.tempdir documentation (GH-7829)
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
Thu, 21 Jun 2018 07:52:43 +0000 (13:22 +0530)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Thu, 21 Jun 2018 07:52:43 +0000 (03:52 -0400)
Doc/library/tempfile.rst

index 79914e15f4445319b6fd7970a848407fb661f287..20046ee0fb4ea047aa1783a690cb4e841d2ed7ce 100644 (file)
@@ -262,7 +262,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`.