[pypy-commit] cffi cffi-1.0: typo

arigo noreply at buildbot.pypy.org
Sun May 17 13:46:40 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r2035:824ef39e3970
Date: 2015-05-17 13:47 +0200
http://bitbucket.org/cffi/cffi/changeset/824ef39e3970/

Log:	typo

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -705,7 +705,7 @@
 Writing a ``setup.py`` script that works both with CFFI 0.9 and 1.0
 requires explicitly checking the version of CFFI that we are going to
 download and install---which we can assume is the latest one unless
-we're running on PyPy:
+we're running on PyPy::
 
     if '_cffi_backend' in sys.builtin_module_names:   # pypy
         import _cffi_backend


More information about the pypy-commit mailing list