changeset 43:2a9697cc9e55

Typo fix
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 13:46:27 -0700
parents 1b6fc390ffc7
children a7ea59542904
files PythonForJsProgrammers.html PythonForJsProgrammers.txt
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.html	Fri Jun 06 13:36:40 2008 -0700
+++ b/PythonForJsProgrammers.html	Fri Jun 06 13:46:27 2008 -0700
@@ -667,7 +667,7 @@
 <h1><a id="operator-overloading-and-special-methods" name="operator-overloading-and-special-methods">Operator Overloading and Special Methods</a></h1>
 <p>Classes can define methods with special names to do all sorts of
 dynamic things, from operator overloading to custom attribute access
-and more.  You can read about tehm more in the Python Reference
+and more.  You can read about them more in the Python Reference
 Manual's section on <a class="reference" href="http://docs.python.org/ref/specialnames.html">special method names</a>.</p>
 </div>
 <div class="section">
--- a/PythonForJsProgrammers.txt	Fri Jun 06 13:36:40 2008 -0700
+++ b/PythonForJsProgrammers.txt	Fri Jun 06 13:46:27 2008 -0700
@@ -606,7 +606,7 @@
 
 Classes can define methods with special names to do all sorts of
 dynamic things, from operator overloading to custom attribute access
-and more.  You can read about tehm more in the Python Reference
+and more.  You can read about them more in the Python Reference
 Manual's section on `special method names`_.
 
 .. _`special method names`: http://docs.python.org/ref/specialnames.html