summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--getting_started_with_lists.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/getting_started_with_lists.rst b/getting_started_with_lists.rst
index 9a51dcf..cc52650 100644
--- a/getting_started_with_lists.rst
+++ b/getting_started_with_lists.rst
@@ -6,7 +6,8 @@ lists.
{{{ 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