typo [thanks GG]

This commit is contained in:
Mark Pilgrim
2010-01-11 17:37:31 -05:00
parent 2a41c6f108
commit 2895793b3b
+1 -1
View File
@@ -563,7 +563,7 @@ AttributeError: 'tuple' object has no attribute 'remove'</samp>
<h2 id=sets>Sets</h2>
<p>A <dfn>set</dfn> is an unordered &#8220;bag&#8221; of unique values. A single set can contain values of any datatype. Once you have a two sets, you can do standard set operations like union, intersection, and set difference.
<p>A <dfn>set</dfn> is an unordered &#8220;bag&#8221; of unique values. A single set can contain values of any datatype. Once you have two sets, you can do standard set operations like union, intersection, and set difference.
<h3 id=creating-a-set>Creating A Set</h3>