diff -r fd69e2f2cb72 Lib/test/crashers/recursion_limit_too_high.py --- a/Lib/test/crashers/recursion_limit_too_high.py Mon Mar 14 18:58:41 2011 +0200 +++ b/Lib/test/crashers/recursion_limit_too_high.py Mon Mar 14 20:50:34 2011 +0100 @@ -5,7 +5,7 @@ # file handles. # The point of this example is to show that sys.setrecursionlimit() is a -# hack, and not a robust solution. This example simply exercices a path +# hack, and not a robust solution. This example simply exercises a path # where it takes many C-level recursions, consuming a lot of stack # space, for each Python-level recursion. So 1000 times this amount of # stack space may be too much for standard platforms already.