summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-08-30 03:35:19 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-08-30 03:35:19 (GMT)
commit238daff62a52a8b43b848f22139a5b0225ba7e0c (patch)
treed0192b656cfbcf0c0288fa22f7f3e23037a47284
parente055743dd3bb7f74542dc4aff41fec73f953a9db (diff)
downloadcpython-238daff62a52a8b43b848f22139a5b0225ba7e0c.zip
cpython-238daff62a52a8b43b848f22139a5b0225ba7e0c.tar.gz
cpython-238daff62a52a8b43b848f22139a5b0225ba7e0c.tar.bz2
SF #1275796, fix distutils typo "sortcut" -> "shortcut"
-rw-r--r--Doc/dist/dist.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 834c56c..88ee42c 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1581,7 +1581,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.