consistent capitalization

This commit is contained in:
Mark Pilgrim
2009-04-16 00:30:24 -04:00
parent 78f11dd003
commit 29e83fc58b
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ body{counter-reset:h1 4}
<li><code>(x)</code> in general is a <em>remembered group</em>. You can get the value of what matched by using the <code>groups()</code> method of the object returned by <code>re.search</code>.
</ul>
<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 &#8220;Strings&#8221;"><span>&#x261C;</a> <a rel=next href=iterators-and-generators.html title="Onward to &#8220;Iterators &amp; Generators&#8221;"><span>&#x261E;</span></a>
<p class=nav><a rel=prev href=strings.html title="back to &#8220;Strings&#8221;"><span>&#x261C;</a> <a rel=next href=iterators-and-generators.html title="onward to &#8220;Iterators &amp; Generators&#8221;"><span>&#x261E;</span></a>
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<script src=jquery.js></script>
<script src=dip3.js></script>