summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2011-08-03 12:23:38 +0530
committerJovina2011-08-03 12:23:38 +0530
commite21d3ae97d36f9d40caf22c91ad0bade588411c4 (patch)
treea0897e2c43129293072ac87613e27c2e2f6f3595
parent474ae08f92ff02553747a014883b51062d8c49cf (diff)
downloadst-scripts-e21d3ae97d36f9d40caf22c91ad0bade588411c4.tar.gz
st-scripts-e21d3ae97d36f9d40caf22c91ad0bade588411c4.tar.bz2
st-scripts-e21d3ae97d36f9d40caf22c91ad0bade588411c4.zip
Minor change to 'loops'.
-rw-r--r--loops/script.rst2
-rw-r--r--loops/slides.org6
2 files changed, 4 insertions, 4 deletions
diff --git a/loops/script.rst b/loops/script.rst
index 75ae0ef..5d93797 100644
--- a/loops/script.rst
+++ b/loops/script.rst
@@ -138,7 +138,7 @@ then iterate over it and print the required stuff.
.. R10
-We can see that we got the same ouput as before.Note that the lines of code
+We can see that we got the same output as before.Note that the lines of code
are less.
Pause the video here, try out the following exercise and resume the video.
diff --git a/loops/slides.org b/loops/slides.org
index 15b7f0b..e815184 100644
--- a/loops/slides.org
+++ b/loops/slides.org
@@ -49,9 +49,9 @@
* Objectives
At the end of this tutorial, you will be able to,
- - use the ``for`` loop
- - use the ``while`` loop
- - Use ``break``, ``continue`` and ``pass`` statements to play around
+ - use the ``for'' loop
+ - use the ``while'' loop
+ - Use ``break'', ``continue'' and ``pass'' statements to play around
with loops.
* Pre-requisite
Spoken tutorial on -