diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 00:02:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 00:02:01 (GMT) |
commit | 3aa289537cc57b64dfe0fa814134863db3217282 (patch) | |
tree | 02771c70d766b319158728686b1c401691d03cc3 /Doc | |
parent | e14388c4b8e9b20e83b672db8592a57177044db2 (diff) | |
download | cpython-3aa289537cc57b64dfe0fa814134863db3217282.zip cpython-3aa289537cc57b64dfe0fa814134863db3217282.tar.gz cpython-3aa289537cc57b64dfe0fa814134863db3217282.tar.bz2 |
Fixed index references to modules. (This is *not* the spam module!)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liboperator.tex | 2 | ||||
-rw-r--r-- | Doc/liboperator.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 238a060..4e2e845 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 238a060..4e2e845 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, |