From: Neal Norwitz Date: Tue, 30 Aug 2005 03:34:46 +0000 (+0000) Subject: SF #1275796, fix distutils typo "sortcut" -> "shortcut" X-Git-Tag: v2.5a0~1426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=523c9f0709d5e7af4d45817b92cf5ce01609269c;p=thirdparty%2FPython%2Fcpython.git SF #1275796, fix distutils typo "sortcut" -> "shortcut" --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 7339701280f2..26bfa2fa87dd 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1657,7 +1657,7 @@ additional built-in functions in the installation script. iconpath\optional{, iconindex}}}}} This function creates a shortcut. \var{target} is the path to the program to be started by the shortcut. - \var{description} is the description of the sortcut. + \var{description} is the description of the shortcut. \var{filename} is the title of the shortcut that the user will see. \var{arguments} specifies the command line arguments, if any. \var{workdir} is the working directory for the program.