diff -r 8249ae9d570a -r 88a01948450d writing_python_scripts/script.rst --- a/writing_python_scripts/script.rst Wed Nov 17 23:24:23 2010 +0530 +++ b/writing_python_scripts/script.rst Wed Nov 17 23:24:57 2010 +0530 @@ -12,9 +12,10 @@ .. 1. Using Python modules .. Author : Nishanth Amuluru - Internal Reviewer : + Internal Reviewer : Punch External Reviewer : - Checklist OK? : [2010-10-05] + Language Reviewer : Bhanukiran + Checklist OK? : <15-11-2010, Anand, OK> [2010-10-05] Script ------ @@ -46,7 +47,7 @@ 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 }}}