# HG changeset patch
# User Amit Sethi
# Date 1289509144 -19800
# Node ID 85f049b5ec08302cf5eb3d4ffcc991af359e3c36
# Parent  cb3974daced5b3d31da113321ce25aa721383d25
Some changes to testing and debugging script

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 ::