[pypy-commit] extradoc extradoc: kill extra word

gutworth noreply at buildbot.pypy.org
Fri Apr 6 19:15:52 CEST 2012


Author: Benjamin Peterson <benjamin at python.org>
Branch: extradoc
Changeset: r4180:ade4b357fc44
Date: 2012-04-06 13:15 -0400
http://bitbucket.org/pypy/extradoc/changeset/ade4b357fc44/

Log:	kill extra word

diff --git a/blog/draft/py3k-status-update-3.rst b/blog/draft/py3k-status-update-3.rst
--- a/blog/draft/py3k-status-update-3.rst
+++ b/blog/draft/py3k-status-update-3.rst
@@ -40,8 +40,7 @@
 Benjamin finished implementing Python 3 syntax. Most of it was small cleanups
 and tweaks to be compatible with CPython such as making ``True`` and ``False``
 keywords and preventing ``. . .`` from being parsed as ``Ellipsis``. Larger
-features syntax additions included keyword only arguments and function
-annotations.
+syntax additions included keyword only arguments and function annotations.
 
 Finally, we did some RPython fixes, so that it is possible again to translate
 PyPy in the py3k branch. However, the resuling binary is a strange beast which


More information about the pypy-commit mailing list