From e21d3ae97d36f9d40caf22c91ad0bade588411c4 Mon Sep 17 00:00:00 2001 From: Jovina Date: Wed, 3 Aug 2011 12:23:38 +0530 Subject: Minor change to 'loops'. --- loops/slides.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loops/slides.org') 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 - -- cgit