Skip to content

Commit

Permalink
Update 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 e6147e1 commit 0907ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask/utils.py
Expand Up @@ -173,8 +173,8 @@ def tmpfile(extension="", dir=None):
extension : str
The extension of the temporary file to be created
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 file will be created in that directory; otherwise,
Python's default temporary directory is used.
Returns
-------
Expand Down

0 comments on commit 0907ebe

Please sign in to comment.