[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
1 changed files with 1 additions and 1 deletions

2
Doc/dist/dist.tex vendored
View 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