diff options
author | Amit Sethi | 2010-11-12 02:29:04 +0530 |
---|---|---|
committer | Amit Sethi | 2010-11-12 02:29:04 +0530 |
commit | e764a482dbe2e082768b978649be8619a45fb0ca (patch) | |
tree | ef66d2f4d626001587876c8849a5ae189a63dd92 | |
parent | 2258ff6f30478efdaa4dce0f1347b170f90783d1 (diff) | |
download | st-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.rst | 4 |
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 :: |