[Python-checkins] python/dist/src/Doc/dist dist.tex, 1.86.2.3, 1.86.2.4

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Tue Jun 7 21:05:10 CEST 2005


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

Modified Files:
      Tag: release24-maint
	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.86.2.3
retrieving revision 1.86.2.4
diff -u -d -r1.86.2.3 -r1.86.2.4
--- dist.tex	10 Mar 2005 03:47:24 -0000	1.86.2.3
+++ dist.tex	7 Jun 2005 19:05:06 -0000	1.86.2.4
@@ -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