sets/slides.org
changeset 427 c193744340ba
parent 281 d91133654fc8
--- a/sets/slides.org	Tue Nov 09 16:51:41 2010 +0530
+++ b/sets/slides.org	Tue Nov 09 17:15:24 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 --