diff options
author | Jovina | 2011-07-28 17:04:40 +0530 |
---|---|---|
committer | Jovina | 2011-07-28 17:04:40 +0530 |
commit | 701f8c7e585db03e5baa1c4f89c1c6b7a77eb961 (patch) | |
tree | 3f7db3f1fa1ffae453e671d76b98b41bf3d83cdd /writing_python_scripts | |
parent | 68f3741c2fd2acc79089ffaaa88e85632e0ba23b (diff) | |
download | st-scripts-701f8c7e585db03e5baa1c4f89c1c6b7a77eb961.tar.gz st-scripts-701f8c7e585db03e5baa1c4f89c1c6b7a77eb961.tar.bz2 st-scripts-701f8c7e585db03e5baa1c4f89c1c6b7a77eb961.zip |
Minor changes to scripts of 8th module.
Diffstat (limited to 'writing_python_scripts')
-rw-r--r-- | writing_python_scripts/script.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/writing_python_scripts/script.rst b/writing_python_scripts/script.rst index e537859..66192c7 100644 --- a/writing_python_scripts/script.rst +++ b/writing_python_scripts/script.rst @@ -33,7 +33,7 @@ Hello friends and welcome to the tutorial on "Writing Python scripts". {{{ Show the slide containing the objectives }}} -..R2 +.. R2 At the end of this tutorial, you will be able to, @@ -100,7 +100,7 @@ every time the script is run. .. R8 -Let us save the file as script.py in ``/home/fossee/gcd_script.py`` +Let us save the file as gcd_script.py in ``/home/fossee/gcd_script.py`` .. L8 |