Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo
  • Loading branch information
stonebig committed Apr 8, 2020
commit 642bff1418ad9169a137be60975439185c9705e3
2 changes: 1 addition & 1 deletion winpython/wppm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_official_description(name):
if len(this)<2: # don't ask stupid things
return ''
try:
# .run work when .popen fils when no internet
# .run work when .popen fails when no internet
pip_res = (utils.exec_run_cmd(pip_ask)+'\n').splitlines()
pip_filter = [l for l in pip_res if this + " (" ==
normalize(l[:this_len])+l[this_len:this_len+2]]
Expand Down