We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acba99 commit 642bff1Copy full SHA for 642bff1
winpython/wppm.py
@@ -55,7 +55,7 @@ def get_official_description(name):
55
if len(this)<2: # don't ask stupid things
56
return ''
57
try:
58
- # .run work when .popen fils when no internet
+ # .run work when .popen fails when no internet
59
pip_res = (utils.exec_run_cmd(pip_ask)+'\n').splitlines()
60
pip_filter = [l for l in pip_res if this + " (" ==
61
normalize(l[:this_len])+l[this_len:this_len+2]]
0 commit comments