mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
blank
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=robots content="noindex, nofollow">
|
||||
<title>This page intentionally left blank - Dive Into Python 3</title>
|
||||
<link rel=stylesheet href=dip3.css>
|
||||
<style>
|
||||
p{text-align:center;margin-top:10em}
|
||||
</style>
|
||||
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
||||
<link rel=stylesheet media=print href=print.css>
|
||||
<meta name=viewport content='initial-scale=1.0'>
|
||||
</head>
|
||||
<p>This page intentionally left blank.
|
||||
@@ -83,7 +83,7 @@ h3:before{counter-increment:h3;content:'C.' counter(h2) '.' counter(h3) '. '}
|
||||
<li><a href='http://bitbucket.org/repo/all/?name=python3'>BitBucket: list of projects matching “python3”</a> (and <a href='http://bitbucket.org/repo/all/?name=python+3'>those matching “python 3”</a>)
|
||||
</ul>
|
||||
|
||||
<p class=v><a rel=prev href=special-method-names.html title='back to “Special Method Names”'><span class=u>☜</span></a> <a href=about.html rel=next><span class=u>☞</span></a>
|
||||
<p class=v><a rel=prev href=special-method-names.html title='back to “Special Method Names”'><span class=u>☜</span></a> <a href=blank.html rel=next><span class=u>☞</span></a>
|
||||
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
|
||||
Reference in New Issue
Block a user