# HG changeset patch # User Atul Varma # Date 1212785187 25200 # Node ID 2a9697cc9e558cbd87eb290cb3ea21e32efb9e8b # Parent 1b6fc390ffc712fe29379103422f87a9a7561953 Typo fix diff -r 1b6fc390ffc7 -r 2a9697cc9e55 PythonForJsProgrammers.html --- 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 @@

Operator Overloading and Special Methods

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.

diff -r 1b6fc390ffc7 -r 2a9697cc9e55 PythonForJsProgrammers.txt --- 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