[Bug #1170422] Use correct option name

This commit is contained in:
Andrew M. Kuchling 2005-06-07 18:51:42 +00:00
parent d391d10d2e
commit 8f6f08c5d4

2
Doc/dist/dist.tex vendored
View file

@ -403,7 +403,7 @@ any compile/link requirements (include directories, libraries to link
with, etc.). with, etc.).
All of this is done through another keyword argument to 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 is just a list of \class{Extension} instances, each of which describes a
single extension module. Suppose your distribution includes a single single extension module. Suppose your distribution includes a single
extension, called \module{foo} and implemented by \file{foo.c}. If no extension, called \module{foo} and implemented by \file{foo.c}. If no