# HG changeset patch # User bhanu # Date 1289814654 -19800 # Node ID 0775f177947a5f1bef836979d4a99c8b19497eff # Parent a9a87fe550c1c14a89810e2ffbafa4fffe7e0975 Language check done for `writing python scripts` diff -r a9a87fe550c1 -r 0775f177947a writing_python_scripts/script.rst --- a/writing_python_scripts/script.rst Mon Nov 15 15:15:50 2010 +0530 +++ b/writing_python_scripts/script.rst Mon Nov 15 15:20:54 2010 +0530 @@ -12,8 +12,9 @@ .. 1. Using Python modules .. Author : Nishanth Amuluru - Internal Reviewer : + Internal Reviewer : Punch External Reviewer : + Language Reviewer : Bhanukiran Checklist 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 }}}