[pypy-commit] pypy default: formatting

mattip pypy.commits at gmail.com
Wed Jun 8 12:57:47 EDT 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r85034:2a515474e18d
Date: 2016-06-08 19:57 +0300
http://bitbucket.org/pypy/pypy/changeset/2a515474e18d/

Log:	formatting

diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst
--- a/pypy/doc/release-pypy2.7-v5.3.0.rst
+++ b/pypy/doc/release-pypy2.7-v5.3.0.rst
@@ -176,10 +176,10 @@
   * Reduce the size of generated code by using the same function objects in
     all generated subclasses
 
- * Share cpyext Py* function wrappers according to the signature, shrinking the
-   translated libpypy.so by about 10% (measured without the JIT)
+  * Share cpyext Py* function wrappers according to the signature, shrinking the
+    translated libpypy.so by about 10% (measured without the JIT)
 
- * Compile c snippets with -Werror, and fix warnings it exposed
+  * Compile c snippets with -Werror, and fix warnings it exposed
 
 .. _resolved: http://doc.pypy.org/en/latest/whatsnew-5.3.0.html
 .. _Numpy: https://bitbucket.org/pypy/numpy


More information about the pypy-commit mailing list