mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
4402b3cbcf
commit
e7ba6e9dbe
15 changed files with 17 additions and 17 deletions
|
@ -422,7 +422,7 @@ def get_work_dir(parent_dir: StrPath, worker: bool = False) -> StrPath:
|
|||
# the tests. The name of the dir includes the pid to allow parallel
|
||||
# testing (see the -j option).
|
||||
# Emscripten and WASI have stubbed getpid(), Emscripten has only
|
||||
# milisecond clock resolution. Use randint() instead.
|
||||
# millisecond clock resolution. Use randint() instead.
|
||||
if support.is_emscripten or support.is_wasi:
|
||||
nounce = random.randint(0, 1_000_000)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue