[pypy-commit] cffi static-callback: typo

arigo noreply at buildbot.pypy.org
Mon Nov 23 15:33:25 EST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: static-callback
Changeset: r2430:c88007348969
Date: 2015-11-23 18:14 +0100
http://bitbucket.org/cffi/cffi/changeset/c88007348969/

Log:	typo

diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -597,7 +597,7 @@
         }
     """)
 
-EXtern "Python": reference
+Extern "Python": reference
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 ``extern "Python"`` must appear in the cdef().  Like the C++ ``extern


More information about the pypy-commit mailing list