Skip to content

Commit c1dc84d

Browse files
committed
chore: fix misspelling
1 parent ff81d85 commit c1dc84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_pathfinder/cuda/pathfinder/_utils/platform_aware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def quote_for_shell(s: str) -> str:
1010
if IS_WINDOWS:
11-
# This is a relatively heavy import; keep pathfinder if possible.
11+
# This is a relatively heavy import; keep pathfinder lean if possible.
1212
from subprocess import list2cmdline
1313

1414
return list2cmdline([s])

0 commit comments

Comments
 (0)