Commit c06c9092 authored by Stefan Behnel's avatar Stefan Behnel

fix typo

--HG--
extra : transplant_source : Gt%DD%FB%BEVI9%C1%BD%FB%FA%1D%85%85%BB%00%B6%FC%2B
parent 23dc56e5
......@@ -265,7 +265,7 @@ will be ``yield``. You can then wrap it with::
As for functions, C names can be specified for variables, structs, unions,
enums, struct and union members, and enum values. For example::
cdef extern int one "ein", two "zwei"
cdef extern int one "eins", two "zwei"
cdef extern float three "drei"
cdef struct spam "SPAM":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment