summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-12 03:10:55 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-12 03:10:55 (GMT)
commit71c1ef34bfec49dafcc92a9bf51b7d817da891df (patch)
treeaece7cd2de47983d22c39f13456805308574c287
parent06f169bb7f90c7a78433ff256589a98360a9dbb6 (diff)
downloadcpython-71c1ef34bfec49dafcc92a9bf51b7d817da891df.zip
cpython-71c1ef34bfec49dafcc92a9bf51b7d817da891df.tar.gz
cpython-71c1ef34bfec49dafcc92a9bf51b7d817da891df.tar.bz2
Remove second index entry for UserList.
-rw-r--r--Doc/lib/libuserdict.tex1
-rw-r--r--Doc/libuserdict.tex1
2 files changed, 0 insertions, 2 deletions
diff --git a/Doc/lib/libuserdict.tex b/Doc/lib/libuserdict.tex
index 099334e..2084b5c 100644
--- a/Doc/lib/libuserdict.tex
+++ b/Doc/lib/libuserdict.tex
@@ -20,7 +20,6 @@ contents are kept in a regular dictionary, which is accessible via the
\code{data} attribute of \code{UserDict} instances.
\end{funcdesc}
-\stmodindex{UserList}
\renewcommand{\indexsubitem}{(in module UserList)}
The \code{UserList} module defines the \code{UserList} class:
diff --git a/Doc/libuserdict.tex b/Doc/libuserdict.tex
index 099334e..2084b5c 100644
--- a/Doc/libuserdict.tex
+++ b/Doc/libuserdict.tex
@@ -20,7 +20,6 @@ contents are kept in a regular dictionary, which is accessible via the
\code{data} attribute of \code{UserDict} instances.
\end{funcdesc}
-\stmodindex{UserList}
\renewcommand{\indexsubitem}{(in module UserList)}
The \code{UserList} module defines the \code{UserList} class: