Skip to content

Commit 642bff1

Browse files
committed
typo
1 parent 3acba99 commit 642bff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/wppm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_official_description(name):
5555
if len(this)<2: # don't ask stupid things
5656
return ''
5757
try:
58-
# .run work when .popen fils when no internet
58+
# .run work when .popen fails when no internet
5959
pip_res = (utils.exec_run_cmd(pip_ask)+'\n').splitlines()
6060
pip_filter = [l for l in pip_res if this + " (" ==
6161
normalize(l[:this_len])+l[this_len:this_len+2]]

0 commit comments

Comments
 (0)