diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-06-07 18:51:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-06-07 18:51:42 (GMT) |
commit | 8f6f08c5d4f359dd4ba98b4adbaf7bf64a203aab (patch) | |
tree | 1864290654e56395ee2e4304eb435ab8aab75026 /Doc/dist | |
parent | d391d10d2e0eecd5f835ce25135c6a58d3e659a4 (diff) | |
download | cpython-8f6f08c5d4f359dd4ba98b4adbaf7bf64a203aab.zip cpython-8f6f08c5d4f359dd4ba98b4adbaf7bf64a203aab.tar.gz cpython-8f6f08c5d4f359dd4ba98b4adbaf7bf64a203aab.tar.bz2 |
[Bug #1170422] Use correct option name
Diffstat (limited to 'Doc/dist')
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index dc97848..0020c9d 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -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 |