explain empty sets

This commit is contained in:
Mark Pilgrim
2009-07-16 09:09:13 -04:00
parent 68c55d65d5
commit 33e6e053ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ IndexError: pop from empty list</samp></pre>
<li>The original list is unchanged.
</ol>
<p>Don&#8217;t have any values yet? Not a problem. You can create an empty set.
<p id=emptyset>Don&#8217;t have any values yet? Not a problem. You can create an empty set.
<pre class=screen>
<a><samp class=p>>>> </samp><kbd class=pp>a_set = set()</kbd> <span class=u>&#x2460;</span></a>