diff -r cb3974daced5 -r 85f049b5ec08 testing-debugging/script.rst --- a/testing-debugging/script.rst Fri Nov 12 02:01:28 2010 +0530 +++ b/testing-debugging/script.rst Fri Nov 12 02:29:04 2010 +0530 @@ -258,7 +258,7 @@ Test if it is correct by changing the code. And refine the hypothesis on the basis of our result. -{{{ Slide with code snippet }}} + Lets see another example of debugging. Create a file mymodule.py and add the following code:: @@ -267,7 +267,7 @@ total=1+1 print spam -{{{ Slide with code snippet }}} + Lets now try and run this code ::