Skip to content

Commit 7d609c6

Browse files
committed
spelling: subprocess
Signed-off-by: Josh Soref <[email protected]>
1 parent e2f27f4 commit 7d609c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eachdist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def runsubprocess(dry_run, params, *args, **kwargs):
401401
# for CreateProcessW which subprocess.run and Popen use is a follows
402402
# (https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw):
403403
# > 1. The directory from which the application loaded.
404-
# This will be the directory of the global python.exe, not the venv directory, due to the suprocess mechanism.
404+
# This will be the directory of the global python.exe, not the venv directory, due to the subprocess mechanism.
405405
# > 6. The directories that are listed in the PATH environment variable.
406406
# Only this would find the "correct" python.exe.
407407

0 commit comments

Comments
 (0)