mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[Bug #1170422] Use correct option name
This commit is contained in:
parent
d391d10d2e
commit
8f6f08c5d4
1 changed files with 1 additions and 1 deletions
2
Doc/dist/dist.tex
vendored
2
Doc/dist/dist.tex
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue