summaryrefslogtreecommitdiff
path: root/sets/slides.org
diff options
context:
space:
mode:
Diffstat (limited to 'sets/slides.org')
-rw-r--r--sets/slides.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/sets/slides.org b/sets/slides.org
index d0b007c..9f056d9 100644
--- a/sets/slides.org
+++ b/sets/slides.org
@@ -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 --