etc fiddling

This commit is contained in:
Mark Pilgrim
2009-09-26 00:15:04 -04:00
parent ba1ee3ccb8
commit a099a712ab
+1 -1
View File
@@ -651,7 +651,7 @@ reduce(a, b, c)</code></pre>
</table>
<ol>
<li>Remember, <var>x</var> can be anything&nbsp;&mdash;&nbsp;a class, a function, a module, a primitive data type, etc. The <code>repr()</code> function works on everything.
<li>Remember, <var>x</var> can be anything&nbsp;&mdash;&nbsp;a class, a function, a module, a primitive data type, <i class=baa>&amp;</i>c. The <code>repr()</code> function works on everything.
<li>In Python 2, backticks could be nested, leading to this sort of confusing (but valid) expression. The <code>2to3</code> tool is smart enough to convert this into nested calls to <code>repr()</code>.
</ol>