[pypy-commit] pypy release-5.x: use upper case more

cfbolz pypy.commits at gmail.com
Mon Mar 7 03:42:42 EST 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: release-5.x
Changeset: r82838:d7fe9ed4eb8f
Date: 2016-03-07 09:41 +0100
http://bitbucket.org/pypy/pypy/changeset/d7fe9ed4eb8f/

Log:	use upper case more

diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst
--- a/pypy/doc/release-5.0.0.rst
+++ b/pypy/doc/release-5.0.0.rst
@@ -36,7 +36,7 @@
 
 While not applicable only to PyPy, `cffi`_ is arguably our most significant
 contribution to the python ecosystem. PyPy 5.0.0 ships with 
-`cffi-1.5.2`_ which now allows embedding PyPy (or cpython) in a c program.
+`cffi-1.5.2`_ which now allows embedding PyPy (or cpython) in a C program.
 
 .. _`PyPy`: http://doc.pypy.org 
 .. _`RPython`: https://rpython.readthedocs.org
@@ -52,18 +52,18 @@
 =============
 
 PyPy is a very compliant Python interpreter, almost a drop-in replacement for
-CPython 2.7. It's fast (`pypy and cpython 2.7.x`_ performance comparison)
+CPython 2.7. It's fast (`PyPy and CPython 2.7.x`_ performance comparison)
 due to its integrated tracing JIT compiler.
 
 We also welcome developers of other
 `dynamic languages`_ to see what RPython can do for them.
 
 This release supports **x86** machines on most common operating systems
-(Linux 32/64, Mac OS X 64, Windows 32, OpenBSD, freebsd),
+(Linux 32/64, Mac OS X 64, Windows 32, OpenBSD, FreeBSD),
 newer **ARM** hardware (ARMv6 or ARMv7, with VFPv3) running Linux, and the
-big- and little-endian variants of **ppc64** running Linux.
+big- and little-endian variants of **PPC64** running Linux.
 
-.. _`pypy and cpython 2.7.x`: http://speed.pypy.org
+.. _`PyPy and CPython 2.7.x`: http://speed.pypy.org
 .. _`dynamic languages`: http://pypyjs.org
 
 Other Highlights (since 4.0.1 released in November 2015)
@@ -103,7 +103,7 @@
 
   * More completely support datetime, optimize timedelta creation
 
-  * Fix for issue 2185 which caused an inconsistent list of operations to be
+  * Fix for issue #2185 which caused an inconsistent list of operations to be
     generated by the unroller, appeared in a complicated DJango app
 
   * Fix an elusive issue with stacklets on shadowstack which showed up when


More information about the pypy-commit mailing list