[pypy-commit] extradoc extradoc: typo

fijal noreply at buildbot.pypy.org
Wed Sep 26 11:37:29 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r4827:e46cdaee3f98
Date: 2012-09-26 11:37 +0200
http://bitbucket.org/pypy/extradoc/changeset/e46cdaee3f98/

Log:	typo

diff --git a/blog/draft/py3k-status-update-6.rst b/blog/draft/py3k-status-update-6.rst
--- a/blog/draft/py3k-status-update-6.rst
+++ b/blog/draft/py3k-status-update-6.rst
@@ -34,7 +34,7 @@
 Before the latest changes, you used to get question marks instead of the
 proper name for the keyword argument.  Although this might seem like a small
 detail, it is a big step towards a proper working Python 3 interpreter and it
-required a couple of days of headaches.  A spin-off of this work is that now
+required a couple days of headaches.  A spin-off of this work is that now
 RPython has better built-in support for unicode (also in the default branch):
 for example, it now supports unicode string formatting (using the percent
 operator) and the methods ``.encode/.decode('utf-8')``.


More information about the pypy-commit mailing list