[Python-checkins] python/dist/src/Doc/dist dist.tex,1.93,1.94

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Tue Jun 7 20:51:44 CEST 2005


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

Modified Files:
	dist.tex 
Log Message:
[Bug #1170422] Use correct option name

Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- dist.tex	23 Mar 2005 10:38:59 -0000	1.93
+++ dist.tex	7 Jun 2005 18:51:42 -0000	1.94
@@ -403,7 +403,7 @@
 with, etc.).
 
 All of this is done through another keyword argument to
-\function{setup()}, the \option{extensions} option.  \option{extensions}
+\function{setup()}, the \option{ext_modules} option.  \option{ext_modules}
 is just a list of \class{Extension} instances, each of which describes a
 single extension module.  Suppose your distribution includes a single
 extension, called \module{foo} and implemented by \file{foo.c}.  If no



More information about the Python-checkins mailing list