]> granicus.if.org Git - python/commitdiff
[Bug #1170422] Use correct option name
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jun 2005 18:51:42 +0000 (18:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jun 2005 18:51:42 +0000 (18:51 +0000)
Doc/dist/dist.tex

index dc978481c9406cc952cf4fc4b434ec1fe9fbc193..0020c9d18d17aae93aef464772456f8087ed555b 100644 (file)
@@ -403,7 +403,7 @@ any compile/link requirements (include directories, libraries to link
 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