[pypy-commit] pypy default: typo

arigo noreply at buildbot.pypy.org
Thu May 16 18:36:49 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r64234:9c28835d3e50
Date: 2013-05-16 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/9c28835d3e50/

Log:	typo

diff --git a/pypy/doc/release-2.0.1.rst b/pypy/doc/release-2.0.1.rst
--- a/pypy/doc/release-2.0.1.rst
+++ b/pypy/doc/release-2.0.1.rst
@@ -28,7 +28,7 @@
 - fix an occasional crash in the JIT that ends in `RPython Fatal error:
   NotImplementedError`__.
 
-- `id(x)` is now always a positive number (expect on int/float/long/complex).
+- `id(x)` is now always a positive number (except on int/float/long/complex).
   This fixes an issue in ``_sqlite.py`` (mostly for 32-bit Linux).
 
 - fix crashes of callback-from-C-functions (with cffi) when used together


More information about the pypy-commit mailing list