[pypy-svn] r71233 - pypy/extradoc/talk/pycon2010/crossinterp

pedronis at codespeak.net pedronis at codespeak.net
Sun Feb 14 19:00:34 CET 2010


Author: pedronis
Date: Sun Feb 14 19:00:32 2010
New Revision: 71233

Modified:
   pypy/extradoc/talk/pycon2010/crossinterp/talk.txt
Log:
oops

Modified: pypy/extradoc/talk/pycon2010/crossinterp/talk.txt
==============================================================================
--- pypy/extradoc/talk/pycon2010/crossinterp/talk.txt	(original)
+++ pypy/extradoc/talk/pycon2010/crossinterp/talk.txt	Sun Feb 14 19:00:32 2010
@@ -18,7 +18,7 @@
 Subclasses of builtin types and overriding
 ===========================================
 
-* in general overidden methods on subclassed builtin types are not 
+* in general overridden methods on subclassed builtin types are not 
   invoked by preexisting other methods
 
 * there can be corner cases, for example when there are more than one object



More information about the Pypy-commit mailing list