summaryrefslogtreecommitdiff
path: root/sets/slides.org
diff options
context:
space:
mode:
authorAmit Sethi2010-11-10 02:12:09 +0530
committerAmit Sethi2010-11-10 02:12:09 +0530
commitc629bdd70767cbf13a293065f9da2537dfd0ef72 (patch)
tree2571c76da4d04182c2026e2fc8c8ab0fa7b1262b /sets/slides.org
parenteafd0851f1785a5dc6d7922c6cae7df6783a4b68 (diff)
parentdcc19f638a46eec9fe1d9d4879d320057d6bfee5 (diff)
downloadst-scripts-c629bdd70767cbf13a293065f9da2537dfd0ef72.tar.gz
st-scripts-c629bdd70767cbf13a293065f9da2537dfd0ef72.tar.bz2
st-scripts-c629bdd70767cbf13a293065f9da2537dfd0ef72.zip
Changed in Plotting data and merged heads
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 --