summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Sethi2010-11-12 02:29:04 +0530
committerAmit Sethi2010-11-12 02:29:04 +0530
commite764a482dbe2e082768b978649be8619a45fb0ca (patch)
treeef66d2f4d626001587876c8849a5ae189a63dd92
parent2258ff6f30478efdaa4dce0f1347b170f90783d1 (diff)
downloadst-scripts-e764a482dbe2e082768b978649be8619a45fb0ca.tar.gz
st-scripts-e764a482dbe2e082768b978649be8619a45fb0ca.tar.bz2
st-scripts-e764a482dbe2e082768b978649be8619a45fb0ca.zip
Some changes to testing and debugging script
-rw-r--r--testing-debugging/script.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing-debugging/script.rst b/testing-debugging/script.rst
index 94549cf..edfac6b 100644
--- a/testing-debugging/script.rst
+++ b/testing-debugging/script.rst
@@ -258,7 +258,7 @@ In debugging process we form a hypothesis of what causes the error.
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 @@ add the following code::
total=1+1
print spam
-{{{ Slide with code snippet }}}
+
Lets now try and run this code ::