]> granicus.if.org Git - python/commitdiff
Fixed index references to modules. (This is *not* the spam module!)
authorFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 00:02:01 +0000 (00:02 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 00:02:01 +0000 (00:02 +0000)
Doc/lib/liboperator.tex
Doc/liboperator.tex

index 238a060e9345f5120b051602c90f58ce1cd96f67..4e2e845a6fd58b177d6b0d5b739b295698f73eab 100644 (file)
@@ -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,
index 238a060e9345f5120b051602c90f58ce1cd96f67..4e2e845a6fd58b177d6b0d5b739b295698f73eab 100644 (file)
@@ -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,