This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Wrong word on "raise" page
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: grincheroo, rhettinger
Priority: normal Keywords:

Created on 2005-05-13 15:23 by grincheroo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25299 - (view) Author: Erik Rose (grincheroo) Date: 2005-05-13 15:23
At http://python.org/doc/2.4.1/ref/raise.html, the first occurrence of 
"last expression" should be "last exception". This is corroborated by 
the next clause, which reads, correctly, "If no exception is active in 
the current scope...".

Thanks for fine docs!
Erik
msg25300 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-05-13 15:58
Logged In: YES 
user_id=80475

This duplicates SF bug #1190451 which was fixed on 4/28/2005.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41978
2005-05-13 15:23:05grincheroocreate