Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
04d7fbd3
Commit
04d7fbd3
authored
Sep 26, 2015
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #446 from jackson/spelling
Fix typo in sharing_declarations
parents
f11c458b
27d19dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/src/userguide/sharing_declarations.rst
docs/src/userguide/sharing_declarations.rst
+1
-1
No files found.
docs/src/userguide/sharing_declarations.rst
View file @
04d7fbd3
...
...
@@ -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.p
xd`
an implementation file which imports and
C data type. :file:`restaurant.p
yx` is
an implementation file which imports and
uses it.
:file:`dishes.pxd`::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment