[Python-checkins] python/dist/src/Doc/dist dist.tex, 1.86.2.6, 1.86.2.7

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Tue Aug 30 05:35:29 CEST 2005


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

Modified Files:
      Tag: release24-maint
	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.86.2.6
retrieving revision 1.86.2.7
diff -u -d -r1.86.2.6 -r1.86.2.7
--- dist.tex	22 Jul 2005 21:48:48 -0000	1.86.2.6
+++ dist.tex	30 Aug 2005 03:35:19 -0000	1.86.2.7
@@ -1581,7 +1581,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