From 8f6f08c5d4f359dd4ba98b4adbaf7bf64a203aab Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 7 Jun 2005 18:51:42 +0000 Subject: [PATCH] [Bug #1170422] Use correct option name --- Doc/dist/dist.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index dc978481c94..0020c9d18d1 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