# HG changeset patch
# User amit
# Date 1285227871 -19800
# Node ID 65e5e2362bc95293f609f435f16d1fc2bbadf678
# Parent  846d71a4e915114f1695d7d22c64c66ce7eae075
small change in getting_started_with_lists

diff -r 846d71a4e915 -r 65e5e2362bc9 getting_started_with_lists.rst
--- a/getting_started_with_lists.rst	Thu Sep 23 12:51:32 2010 +0530
+++ b/getting_started_with_lists.rst	Thu Sep 23 13:14:31 2010 +0530
@@ -6,7 +6,8 @@
  {{{ Show the slide containing the outline slide }}}
 
 In this tutorial we will be getting acquainted with a python data
-structure called lists.  We will learn :
+structure called lists.  We will learn ::
+ 
  * How to create lists
  * Structure of lists
  * Access list elements