bunch of minor changes for first content push

--HG--
rename : dip2.html => dip2
This commit is contained in:
Mark Pilgrim
2009-01-28 00:07:18 -05:00
parent 45d817b0f8
commit 725b4dba86
6 changed files with 57 additions and 15 deletions
+5 -1
View File
@@ -5,7 +5,7 @@
<title>Porting code to Python 3 with 2to3 - Dive into Python 3</title>
<link rel="stylesheet" type="text/css" href="dip3.css">
<style type="text/css">
body{counter-reset:h1 18}
body{counter-reset:h1 19}
</style>
<script type="text/javascript">
window.onload = function() {
@@ -1698,6 +1698,10 @@ except:
</section>
<footer>
<p class="c">&copy; 2001-4, 2009 Mark Pilgrim, <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">CC-BY-3.0</a></p>
</footer>
</body>
</html>