summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-11-23 18:14:20 +0100
committerArmin Rigo <arigo@tunes.org>2015-11-23 18:14:20 +0100
commitc81e07bef968407e0f3fb8310bc4a7e9d4d07f87 (patch)
tree757656398d816c8af0fc6f31ef1603ce24c372f3
parent4f76ae1395509642cd37bd663d1df82cc2f66ca8 (diff)
downloadcffi-c81e07bef968407e0f3fb8310bc4a7e9d4d07f87.tar.gz
typo
-rw-r--r--doc/source/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using.rst b/doc/source/using.rst
index 54671ea..85bbfa8 100644
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -597,7 +597,7 @@ useful if the logic in ``my_algo()`` is much more complex)::
}
""")
-EXtern "Python": reference
+Extern "Python": reference
~~~~~~~~~~~~~~~~~~~~~~~~~~
``extern "Python"`` must appear in the cdef(). Like the C++ ``extern