Commit adf694bd authored by Neal Norwitz's avatar Neal Norwitz

Fix typo in doc

parent d4e42dcc
...@@ -1370,7 +1370,7 @@ settrace(func) Sets a trace function: called before each line ofcode is ...@@ -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. setprofile(func) Sets a profile function for performance profiling.
Info on exception currently being handled; this is atuple Info on exception currently being handled; this is atuple
(exc_type, exc_value, exc_traceback).Warning: assigning the (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 function handling an exception will cause a circular
reference. reference.
setdefaultencoding Change default Unicode encoding - defaults to 7-bit ASCII. setdefaultencoding Change default Unicode encoding - defaults to 7-bit ASCII.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment