Author: Matti Picus <[email protected]>
Branch: 
Changeset: r86917:053c990217cb
Date: 2016-09-07 10:21 +0300
http://bitbucket.org/pypy/pypy/changeset/053c990217cb/

Log:    fix formatting

diff --git a/pypy/doc/release-pypy2.7-v5.4.1.rst 
b/pypy/doc/release-pypy2.7-v5.4.1.rst
--- a/pypy/doc/release-pypy2.7-v5.4.1.rst
+++ b/pypy/doc/release-pypy2.7-v5.4.1.rst
@@ -9,16 +9,16 @@
     this was unfortunately left out of 5.4.0. My apologies to the new
     contributors
 
-  * Allow tests run with `-A` to find `libm.so` even if it is a script not a
+  * Allow tests run with ``-A`` to find ``libm.so`` even if it is a script not 
a
     dynamically loadable file
 
-  * Bump `sys.setrecursionlimit()` when translating PyPy, for translating with 
CPython
+  * Bump ``sys.setrecursionlimit()`` when translating PyPy, for translating 
with CPython
 
-  * Tweak a float comparison with 0 in `backendopt.inline` to avoid rounding 
errors
+  * Tweak a float comparison with 0 in ``backendopt.inline`` to avoid rounding 
errors
 
   * Fix for an issue where os.access() accepted a float for mode
 
-  * Fix for and issue where `unicode.decode('utf8', 'custom_replace')` messed 
up
+  * Fix for and issue where ``unicode.decode('utf8', 'custom_replace')`` 
messed up
     the last byte of a unicode string sometimes
 
   * Update built-in cffi_ to version 1.8.1
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to