Commit 8f6f08c5 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1170422] Use correct option name

parent d391d10d
...@@ -403,7 +403,7 @@ any compile/link requirements (include directories, libraries to link ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment