diff options
author | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
commit | 470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9 (patch) | |
tree | 4fd0b8eda81e63366598e55362ceac85adafccb4 /Doc/libexcs.tex | |
parent | 7760cdea81166b7741561043c58dae171811fb2f (diff) | |
download | cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.zip cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.gz cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.bz2 |
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/libexcs.tex')
-rw-r--r-- | Doc/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libexcs.tex b/Doc/libexcs.tex index 33083cd..7cc9195 100644 --- a/Doc/libexcs.tex +++ b/Doc/libexcs.tex @@ -24,7 +24,7 @@ inappropriate error. \begin{excdesc}{AttributeError} % xref to attribute reference? Raised when an attribute reference or assignment fails. (When an - object does not support attributes references or attribute assignments + object does not support attribute references or attribute assignments at all, \code{TypeError} is raised.) \end{excdesc} |