Author: Philip Jenvey <pjen...@underboss.org> Branch: extradoc Changeset: r4115:3eba8a095ca2 Date: 2012-03-01 11:48 -0800 http://bitbucket.org/pypy/extradoc/changeset/3eba8a095ca2/
Log: typo diff --git a/blog/draft/py3k-status-update-2.rst b/blog/draft/py3k-status-update-2.rst --- a/blog/draft/py3k-status-update-2.rst +++ b/blog/draft/py3k-status-update-2.rst @@ -17,7 +17,7 @@ Some of them were easy and mechnical: for example, I removed all the function attributes such as ``func_code`` and ``func_closure``, which has been renamed to ``__code__`` and ``__closure__``, and then I had to find and fix all the -places which still expeted the old ones. +places which still expected the old ones. Some were trickier: I removed support for the ``cmp`` function and the ``__cmp__`` special method, but this also meant that I had to fix a few types _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit