]> granicus.if.org Git - python/commitdiff
Fix typo in doc
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 29 May 2007 07:51:39 +0000 (07:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 29 May 2007 07:51:39 +0000 (07:51 +0000)
Misc/cheatsheet

index 5d002fa954659378ceb5f79fcfa9c2f8acfc3d36..4e9c01e51d894008ac105ec77f6a87c9e65b0ab2 100644 (file)
@@ -1370,7 +1370,7 @@ settrace(func)     Sets a trace function: called before each line ofcode is
 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.