summaryrefslogtreecommitdiffstats
path: root/Doc/libobjs.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-04-04 12:29:37 (GMT)
committerGuido van Rossum <guido@python.org>1995-04-04 12:29:37 (GMT)
commit02ee80d408727c5b9ddebdbdedbfbb03a17f24ea (patch)
tree38c22002616aae2deebeaf4a968790d8f4a6f671 /Doc/libobjs.tex
parent25f6fcc55049e6e3e4e5073817d7b8243186c812 (diff)
downloadcpython-02ee80d408727c5b9ddebdbdedbfbb03a17f24ea.zip
cpython-02ee80d408727c5b9ddebdbdedbfbb03a17f24ea.tar.gz
cpython-02ee80d408727c5b9ddebdbdedbfbb03a17f24ea.tar.bz2
minor things
Diffstat (limited to 'Doc/libobjs.tex')
-rw-r--r--Doc/libobjs.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libobjs.tex b/Doc/libobjs.tex
index 9006b8a..b4dd409 100644
--- a/Doc/libobjs.tex
+++ b/Doc/libobjs.tex
@@ -3,9 +3,10 @@
\nodename{Built-in Objects}
Names for built-in exceptions and functions are found in a separate
-symbol table. This table is searched last, so local and global
+symbol table. This table is searched last when the interpreter looks
+up the meaning of a name, so local and global
user-defined names can override built-in names. Built-in types are
-described together here for easy reference. %
+described together here for easy reference.%
\footnote{Most descriptions sorely lack explanations of the exceptions
that may be raised --- this will be fixed in a future version of
this manual.}