[Python-checkins] r55638 - python/trunk/Misc/cheatsheet

neal.norwitz python-checkins at python.org
Tue May 29 09:51:41 CEST 2007


Author: neal.norwitz
Date: Tue May 29 09:51:39 2007
New Revision: 55638

Modified:
   python/trunk/Misc/cheatsheet
Log:
Fix typo in doc

Modified: python/trunk/Misc/cheatsheet
==============================================================================
--- python/trunk/Misc/cheatsheet	(original)
+++ python/trunk/Misc/cheatsheet	Tue May 29 09:51:39 2007
@@ -1370,7 +1370,7 @@
 setprofile(func)   Sets a profile function for performance profiling.
                    Info on exception currently being handled; this is atuple
                    (exc_type, exc_value, exc_traceback).Warning: assigning the
-exc_info()         traceback return value to a loca variable in a
+exc_info()         traceback return value to a local variable in a
                    function handling an exception will cause a circular
                    reference.
 setdefaultencoding Change default Unicode encoding - defaults to 7-bit ASCII.


More information about the Python-checkins mailing list