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
@@ -223,7 +223,7 @@ if __name__ == "__main__":
<li><a href=http://www.python.org/dev/peps/pep-0008/>PEP 8: Style Guide for Python Code</a> discusses good indentation style.
<li><a href=http://docs.python.org/3.0/reference/><cite>Python Reference Manual</cite></a> explains what it means to say that <a href=http://docs.python.org/3.0/reference/datamodel.html#objects-values-and-types>everything in Python is an object</a>, because some people are pedantic and like to discuss that sort of thing at great length.
</ul>
<p class=nav><a rel=prev class=todo><span>&#x261C;</a> <a rel=next href=native-datatypes.html title="Onward to &#8220;Native Datatypes&#8221;"><span>&#x261E;</span></a>
<p class=nav><a rel=prev class=todo><span>&#x261C;</a> <a rel=next href=native-datatypes.html title="onward to &#8220;Native Datatypes&#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>