diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-12 03:10:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-12 03:10:55 (GMT) |
commit | 71c1ef34bfec49dafcc92a9bf51b7d817da891df (patch) | |
tree | aece7cd2de47983d22c39f13456805308574c287 | |
parent | 06f169bb7f90c7a78433ff256589a98360a9dbb6 (diff) | |
download | cpython-71c1ef34bfec49dafcc92a9bf51b7d817da891df.zip cpython-71c1ef34bfec49dafcc92a9bf51b7d817da891df.tar.gz cpython-71c1ef34bfec49dafcc92a9bf51b7d817da891df.tar.bz2 |
Remove second index entry for UserList.
-rw-r--r-- | Doc/lib/libuserdict.tex | 1 | ||||
-rw-r--r-- | Doc/libuserdict.tex | 1 |
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: |