Commit 11a9e73a authored by 0dminnimda's avatar 0dminnimda Committed by GitHub

docs: Fix typo in external_C_code.rst (GH-4666)

parent a40f34e0
...@@ -189,8 +189,8 @@ same applies equally to union and enum declarations. ...@@ -189,8 +189,8 @@ same applies equally to union and enum declarations.
+-------------------------+---------------------------------------------+-----------------------------------------------------------------------+ +-------------------------+---------------------------------------------+-----------------------------------------------------------------------+
| C code | Possibilities for corresponding Cython Code | Comments | | C code | Possibilities for corresponding Cython Code | Comments |
+=========================+=============================================+=======================================================================+ +=========================+=============================================+=======================================================================+
| .. code-block:: c | :: | Cython will refer to the as ``struct Foo`` in the generated C code. | | .. code-block:: c | :: | Cython will refer to the type as ``struct Foo`` in |
| | | | | | | the generated C code. |
| struct Foo { | cdef struct Foo: | | | struct Foo { | cdef struct Foo: | |
| ... | ... | | | ... | ... | |
| }; | | | | }; | | |
......
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