diff options
| author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 +0000 |
| commit | 68804315e0f2fe567e62c7023bc87ee358a480e7 (patch) | |
| tree | b3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libexcs.tex | |
| parent | f871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff) | |
| download | cpython-git-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz | |
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libexcs.tex')
| -rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 6a17c76509..acefb43725 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -278,7 +278,7 @@ Raised when an \keyword{assert} statement fails. when reading the initial script or standard input (also interactively). - Instances of this class have atttributes \member{filename}, + Instances of this class have attributes \member{filename}, \member{lineno}, \member{offset} and \member{text} for easier access to the details. \function{str()} of the exception instance returns only the message. |
