[Python-checkins] python/dist/src/Doc/dist dist.tex,1.97,1.98

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Tue Aug 30 05:34:57 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24228/Doc/dist

Modified Files:
	dist.tex 
Log Message:
SF #1275796, fix distutils typo "sortcut" -> "shortcut"

Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- dist.tex	27 Aug 2005 17:04:59 -0000	1.97
+++ dist.tex	30 Aug 2005 03:34:46 -0000	1.98
@@ -1657,7 +1657,7 @@
                                   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.



More information about the Python-checkins mailing list