Skip to content

Commit

Permalink
Better description of tempfile.mkstemp
Browse files Browse the repository at this point in the history
Co-authored-by: James Bourbeau <jrbourbeau@users.noreply.github.com>
  • Loading branch information
mesejo and jrbourbeau committed Oct 20, 2021
1 parent 4706848 commit e6147e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ def tmpdir(dir=None):
Parameters
----------
dir : str
The name of the directory to create the file, if is not None, the file will be created in that directory,
otherwise a default directory is used.
If ``dir`` is not None, the directory will be created in that directory; otherwise,
Python's default temporary directory is used.
Returns
-------
Expand Down

0 comments on commit e6147e1

Please sign in to comment.