From: Fred Drake Date: Tue, 16 Dec 1997 00:02:01 +0000 (+0000) Subject: Fixed index references to modules. (This is *not* the spam module!) X-Git-Tag: v1.5~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aa289537cc57b64dfe0fa814134863db3217282;p=python Fixed index references to modules. (This is *not* the spam module!) --- diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 238a060e93..4e2e845a6f 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -1,7 +1,7 @@ % Contributed by Skip Montanaro, from the module's doc strings. \section{Built-in Module \sectcode{operator}} % If implemented in C -\bimodindex{spam} +\bimodindex{operator} The \code{operator} module exports a set of functions implemented in C corresponding to the intrinsic operators of Python. For example, diff --git a/Doc/liboperator.tex b/Doc/liboperator.tex index 238a060e93..4e2e845a6f 100644 --- a/Doc/liboperator.tex +++ b/Doc/liboperator.tex @@ -1,7 +1,7 @@ % Contributed by Skip Montanaro, from the module's doc strings. \section{Built-in Module \sectcode{operator}} % If implemented in C -\bimodindex{spam} +\bimodindex{operator} The \code{operator} module exports a set of functions implemented in C corresponding to the intrinsic operators of Python. For example,