[pypy-svn] r59538 - pypy/trunk/lib-python/modified-2.5.2/test

arigo at codespeak.net arigo at codespeak.net
Thu Oct 30 12:09:26 CET 2008


Author: arigo
Date: Thu Oct 30 12:09:26 2008
New Revision: 59538

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py
Log:
Typo (thanks jacob)


Modified: pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py
==============================================================================
--- pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_descr.py	Thu Oct 30 12:09:26 2008
@@ -1724,7 +1724,7 @@
                     return [self, dict, object]
         # In CPython, the class creation above already raises
         # TypeError, as a protection against the fact that
-        # instances of X would segfault it.  In other PyPy
+        # instances of X would segfault it.  In other Python
         # implementations it would be ok to let the class X
         # be created, but instead get a clean TypeError on the
         # __setitem__ below.



More information about the Pypy-commit mailing list