Skip to content

Commit dd5f450

Browse files
picnixzgpshead
andauthored
Update Lib/multiprocessing/util.py
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
1 parent 570fceb commit dd5f450

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/multiprocessing/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ def get_temp_dir():
229229

230230

231231
def _has_writeable_tempdir():
232-
# 'forkserver' requires writeable temporary files. This function must
233-
# is called for defining the default context's start method.
232+
# 'forkserver' requires writeable temporary files. This function is
233+
# called to determine the default context's start method.
234234
#
235235
# See: https://github.com/python/cpython/issues/155717.
236236

0 commit comments

Comments
 (0)