[pypy-commit] extradoc extradoc: typo

pjenvey noreply at buildbot.pypy.org
Thu Mar 1 20:48:31 CET 2012


Author: Philip Jenvey <pjenvey at 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


More information about the pypy-commit mailing list