[pypy-commit] pypy default: formatting

mattip pypy.commits at gmail.com
Wed Apr 25 19:48:24 EDT 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r94448:128340bf51b2
Date: 2018-04-26 02:18 +0300
http://bitbucket.org/pypy/pypy/changeset/128340bf51b2/

Log:	formatting

diff --git a/pypy/doc/release-v6.0.0.rst b/pypy/doc/release-v6.0.0.rst
--- a/pypy/doc/release-v6.0.0.rst
+++ b/pypy/doc/release-v6.0.0.rst
@@ -116,7 +116,7 @@
 * Fix JIT bugs exposed in the sre module
 * Improve speed of Python parser, improve ParseError messages and SyntaxError
 * Handle JIT hooks more efficiently
-* Fix a rare GC bug exposed by intensive use of cpyext `Buffer` s
+* Fix a rare GC bug exposed by intensive use of cpyext ``Buffer`` s
 
 We also refactored many parts of the JIT bridge optimizations, as well as cpyext
 internals, and together with new contributors fixed issues, added new


More information about the pypy-commit mailing list