Commit 04d7fbd3 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #446 from jackson/spelling

Fix typo in sharing_declarations
parents f11c458b 27d19dec
......@@ -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