summaryrefslogtreecommitdiffstats
path: root/Doc/libtypes2.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-01 15:38:16 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-01 15:38:16 (GMT)
commitdc46c7f7346ba2f70dc011e8a38287e80dc5cb63 (patch)
tree5fbfb0541a0068489b864130890c4121960980ac /Doc/libtypes2.tex
parentb721ef1d4c7f140a30a96f95712de0c8493fae78 (diff)
downloadcpython-dc46c7f7346ba2f70dc011e8a38287e80dc5cb63.zip
cpython-dc46c7f7346ba2f70dc011e8a38287e80dc5cb63.tar.gz
cpython-dc46c7f7346ba2f70dc011e8a38287e80dc5cb63.tar.bz2
small nits and new files
Diffstat (limited to 'Doc/libtypes2.tex')
-rw-r--r--Doc/libtypes2.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/libtypes2.tex b/Doc/libtypes2.tex
index 7c51bb9..2280ed7 100644
--- a/Doc/libtypes2.tex
+++ b/Doc/libtypes2.tex
@@ -1,9 +1,11 @@
\section{Built-in module \sectcode{types}}
\stmodindex{types}
+\renewcommand{\indexsubitem}{(in module types)}
+
This module defines names for all object types that are used by the
standard Python interpreter (but not for the types defined by various
-extension modules). It is safe to use \code{from types import *} ---
+extension modules). It is safe to use ``\code{from types import *}'' ---
the module does not export any other names besides the ones listed
here. New names exported by future versions of this module will
all end in \code{Type}.