SF Patch #1093896: miscellaneous doc typos

This commit is contained in:
Raymond Hettinger 2005-01-01 00:28:46 +00:00
parent f871d833dd
commit 68804315e0
60 changed files with 103 additions and 102 deletions

View file

@ -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.