Skip to content

Commit 5f63884

Browse files
authored
tempfile.rst: Fix some typos (GH-610) (GH-619)
(cherry picked from commit d3b8f98)
1 parent ce222c8 commit 5f63884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)