8000 typo · winpython/winpython@3b30c32 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b30c32

Browse files
committed
typo
1 parent 257d02c commit 3b30c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def create_winpython_start_menu_folder(current=True):
132132
def create_shortcut(path, description, filename, arguments="", workdir="", iconpath="", iconindex=0, verbose=True):
133133
"""Create Windows shortcut (.lnk file)."""
134134
import pythoncom
135-
from win32com.shell import shel
135+
from win32com.shell import shell
136136
ilink = pythoncom.CoCreateInstance(shell.CLSID_ShellLink, None, pythoncom.CLSCTX_INPROC_SERVER, shell.IID_IShellLink)
137137
ilink.SetPath(path)
138138
ilink.SetDescription(description)

0 commit comments

Comments
 (0)
0