Commit 27d19dec authored by Jackson Howard's avatar Jackson Howard

Fix typo in sharing_declarations

parent f11c458b
......@@ -77,7 +77,7 @@ statement::
from module cimport name [as name] [, name [as name] ...]
Here is an example. :file:`dishes.pxd` is a definition file which exports a
C data type. :file:`restaurant.pxd` an implementation file which imports and
C data type. :file:`restaurant.pyx` is an implementation file which imports and
uses it.
:file:`dishes.pxd`::
......
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