Skip to content

Commit d3b8f98

Browse files
JelleZijlstraMariatta
authored andcommitted
tempfile.rst: Fix some typos (GH-610)
1 parent b5c51d3 commit d3b8f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/tempfile.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ The module uses a global variable to store the name of the directory
245245
used for temporary files returned by :func:`gettempdir`. It can be
246246
set directly to override the selection process, but this is discouraged.
247247
All functions in this module take a *dir* argument which can be used
248-
to specify the directory and this is the recommend approach.
248+
to specify the directory and this is the recommended approach.
249249

250250
.. data:: tempdir
251251

252252
When set to a value other than ``None``, this variable defines the
253-
default value for the *dir* argument to all the functions defined in this
253+
default value for the *dir* argument to the functions defined in this
254254
module.
255255

256256
If ``tempdir`` is unset or ``None`` at any call to any of the above

0 commit comments

Comments
 (0)