[pypy-commit] pypy default: typos

mattip noreply at buildbot.pypy.org
Wed Sep 10 01:03:58 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r73400:9c30b3d71ad1
Date: 2014-09-08 23:14 +0300
http://bitbucket.org/pypy/pypy/changeset/9c30b3d71ad1/

Log:	typos

diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst
--- a/pypy/doc/release-2.4.0.rst
+++ b/pypy/doc/release-2.4.0.rst
@@ -7,10 +7,6 @@
 
 You can already download the PyPy 2.4-beta1 pre-release here:
 
-    https://bitbucket.org/pypy/pypy/downloads
-
-It should also soon be available on:
-
     http://pypy.org/download.html
 
 We would like to thank our donors for the continued support of the PyPy
@@ -87,7 +83,7 @@
   this mostly affects errno handling on linux, which makes external calls
   faster.
 
-* Move to a mixed polling and mutex GIL model that make mutli-threaded jitted
+* Move to a mixed polling and mutex GIL model that make mutlithreaded jitted
   code run *much* faster
 
 * Optimize errno handling in linux (x86 and x86-64 only)
@@ -111,7 +107,7 @@
 .. _resolved: https://bitbucket.org/pypy/pypy/issues?status=resolved
 
 We have further improvements on the way: rpython file handling,
-numpy linalg compatability, as well
+numpy linalg compatibility, as well
 as improved GC and many smaller improvements.
 
 Please try it out and let us know what you think. We especially welcome


More information about the pypy-commit mailing list