small change in getting_started_with_lists
authoramit
Thu, 23 Sep 2010 13:14:31 +0530
changeset 204 65e5e2362bc9
parent 203 846d71a4e915
child 205 d95288e57cfc
child 208 0f78508a4478
small change in getting_started_with_lists
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