[pypy-svn] pypy documentation-cleanup: fix minor english warts.

lac commits-noreply at bitbucket.org
Thu Apr 28 19:05:51 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43738:a120d9ae7af2
Date: 2011-04-28 19:05 +0200
http://bitbucket.org/pypy/pypy/changeset/a120d9ae7af2/

Log:	fix minor english warts.

diff --git a/pypy/doc/cli-backend.rst b/pypy/doc/cli-backend.rst
--- a/pypy/doc/cli-backend.rst
+++ b/pypy/doc/cli-backend.rst
@@ -198,12 +198,12 @@
     int_add
     STORE v2
 
-The code produced works correctly but has some inefficiency issue that
+The code produced works correctly but has some inefficiency issues that
 can be addressed during the optimization phase.
 
 The CLI Virtual Machine is fairly expressive, so the conversion
 between PyPy's low level operations and CLI instruction is relatively
-simple: many operations maps directly to the correspondent
+simple: many operations maps directly to the corresponding
 instruction, e.g int_add and sub.
 
 By contrast some instructions do not have a direct correspondent and
@@ -223,7 +223,7 @@
 Mapping exceptions
 ------------------
 
-Both RPython and CLI have its own set of exception classes: some of
+Both RPython and CLI have their own set of exception classes: some of
 these are pretty similar; e.g., we have OverflowError,
 ZeroDivisionError and IndexError on the first side and
 OverflowException, DivideByZeroException and IndexOutOfRangeException
@@ -435,7 +435,7 @@
 To do so, you can install `Python for .NET`_. Unfortunately, it does
 not work out of the box under Linux.
 
-To make it working, download and unpack the source package of Python
+To make it work, download and unpack the source package of Python
 for .NET; the only version tested with PyPy is the 1.0-rc2, but it
 might work also with others. Then, you need to create a file named
 Python.Runtime.dll.config at the root of the unpacked archive; put the


More information about the Pypy-commit mailing list