Found via `codespell -S tests,LICENSES -L flate`
This commit is contained in:
Kian-Meng Ang
2023-03-29 21:57:32 -07:00
committed by GitHub
parent 8a5f94988a
commit ba10c5345b
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def run(
"""Wrapper around :py:func:`subprocess.run`
The main purpose of this wrapper is to log subprocess output in an orderly
fashion that indentifies the responsible subprocess. An additional
fashion that identifies the responsible subprocess. An additional
task is that this function goes to greater lengths to find possible Windows
locations of our dependencies when they are not on the system PATH.