sets/slides.org
changeset 457 68813d8d80fb
parent 427 c193744340ba
--- a/sets/slides.org	Mon Nov 08 02:12:28 2010 +0530
+++ b/sets/slides.org	Thu Nov 11 02:28:55 2010 +0530
@@ -43,8 +43,10 @@
     for mark in marks_set:
         marks.remove(mark)
     
-    # we are now left with only duplicates in the list marks
+    # we are now left with only duplicates
+    # in the list marks
     duplicates = set(marks)
+        
   #+end_src
 * Summary
   You should now be able to --