[pypy-commit] pypy default: formatting

mattip pypy.commits at gmail.com
Sun Feb 25 14:48:01 EST 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r93888:15dc09ae89b8
Date: 2018-02-25 21:47 -0500
http://bitbucket.org/pypy/pypy/changeset/15dc09ae89b8/

Log:	formatting

diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cpython_differences.rst
@@ -554,9 +554,9 @@
   versions of PyPy may have to rename the arguments if CPython starts
   accepting them too.
 
-* PyPy3: `distutils` has been enhanced to allow finding `VsDevCmd.bat` in the
-  directory pointed to by the `VS%0.f0COMNTOOLS` (typically `VS140COMNTOOLS`)
-  environment variable. CPython searches for `vcvarsall.bat` somewhere _above_
+* PyPy3: ``distutils`` has been enhanced to allow finding ``VsDevCmd.bat`` in the
+  directory pointed to by the ``VS%0.f0COMNTOOLS`` (typically ``VS140COMNTOOLS``)
+  environment variable. CPython searches for ``vcvarsall.bat`` somewhere **above**
   that value.
 
 .. _`is ignored in PyPy`: http://bugs.python.org/issue14621


More information about the pypy-commit mailing list