Skip to content

Commit

Permalink
docs: Fix typo in external_C_code.rst (cythonGH-4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
0dminnimda authored Feb 26, 2022
1 parent a40f34e commit 11a9e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/userguide/external_C_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ same applies equally to union and enum declarations.
+-------------------------+---------------------------------------------+-----------------------------------------------------------------------+
| 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: | |
| ... | ... | |
| }; | | |
Expand Down

0 comments on commit 11a9e73

Please sign in to comment.