summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-05-29 07:51:39 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-05-29 07:51:39 (GMT)
commitadf694bd95fa4c6c2e108198c4de2db58c13aba6 (patch)
treedbc53b757c77c1ed522a82848a4941efd36cc9dc /Misc
parentd4e42dccf0fb27e598c3c69fe6671b382031f4b3 (diff)
downloadcpython-adf694bd95fa4c6c2e108198c4de2db58c13aba6.zip
cpython-adf694bd95fa4c6c2e108198c4de2db58c13aba6.tar.gz
cpython-adf694bd95fa4c6c2e108198c4de2db58c13aba6.tar.bz2
Fix typo in doc
Diffstat (limited to 'Misc')
-rw-r--r--Misc/cheatsheet2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet
index 5d002fa..4e9c01e 100644
--- a/Misc/cheatsheet
+++ b/Misc/cheatsheet
@@ -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.