mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
build fiddling
--HG-- rename : dip3.js => j/dip3.js rename : ga.js => j/ga.js rename : jquery.js => j/jquery.js rename : jquery.min.js => j/jquery.min.js
This commit is contained in:
@@ -435,5 +435,5 @@ body{counter-reset:h1 4}
|
||||
<p>Regular expressions are extremely powerful, but they are not the correct solution for every problem. You should learn enough about them to know when they are appropriate, when they will solve your problems, and when they will cause more problems than they solve.
|
||||
<p class=nav><a rel=prev href=strings.html title="back to “Strings”"><span>☜</span></a> <a rel=next href=generators.html title="onward to “Generators”"><span>☞</span></a>
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=jquery.js></script>
|
||||
<script src=dip3.js></script>
|
||||
<script src=j/jquery.js></script>
|
||||
<script src=j/dip3.js></script>
|
||||
|
||||
Reference in New Issue
Block a user