summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ::