summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhanukiran2010-11-15 15:20:54 +0530
committerBhanukiran2010-11-15 15:20:54 +0530
commit7651a9701667b4f8686627a280a494ce2f61b940 (patch)
tree6f70f56c74350eee83ab19a1fc7a0f1038072d04
parenta7cae56b8f70f455b144d1cc038ffac4dd30274d (diff)
downloadst-scripts-7651a9701667b4f8686627a280a494ce2f61b940.tar.gz
st-scripts-7651a9701667b4f8686627a280a494ce2f61b940.tar.bz2
st-scripts-7651a9701667b4f8686627a280a494ce2f61b940.zip
Language check done for `writing python scripts`
-rw-r--r--writing_python_scripts/script.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/writing_python_scripts/script.rst b/writing_python_scripts/script.rst
index 6368aff..5ed9843 100644
--- a/writing_python_scripts/script.rst
+++ b/writing_python_scripts/script.rst
@@ -12,8 +12,9 @@
.. 1. Using Python modules
.. Author : Nishanth Amuluru
- Internal Reviewer :
+ Internal Reviewer : Punch
External Reviewer :
+ Language Reviewer : Bhanukiran
Checklist OK? : <put date stamp here, if OK> [2010-10-05]
Script
@@ -46,7 +47,7 @@ in a script.
return a
-We shall write an test function in the script that tests the gcd function every
+We shall write a test function in the script that tests the gcd function every
time the script is run.
{{{ Add to the script }}}