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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
272cc2bb
Commit
272cc2bb
authored
7 years ago
by
Robert Bradshaw
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2062 from ashie/fix-typos
Fix typos in docs
parents
5b6497c8
aa949a3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/src/reference/extension_types.rst
docs/src/reference/extension_types.rst
+1
-1
docs/src/tutorial/cdef_classes.rst
docs/src/tutorial/cdef_classes.rst
+1
-1
No files found.
docs/src/reference/extension_types.rst
View file @
272cc2bb
...
...
@@ -306,7 +306,7 @@ Depending on the application, one way or the other may be better:
+-----+-----+-------+
The named constants can be cimported from the ``cpython.object`` module.
They should generally be preferred over plain integers to improve readabilty.
They should generally be preferred over plain integers to improve readabil
i
ty.
The ``__next__()`` Method
...
...
This diff is collapsed.
Click to expand it.
docs/src/tutorial/cdef_classes.rst
View file @
272cc2bb
...
...
@@ -47,7 +47,7 @@ fast for use from Cython and one slower for use from Python. Then::
return sin(x**2)
This does slightly more than providing a python wrapper for a cdef
method: unlike a cdef method, a cpdef method is fully overrid
e
able by
method: unlike a cdef method, a cpdef method is fully overridable by
methods and instance attributes in Python subclasses. It adds a
little calling overhead compared to a cdef method.
...
...
This diff is collapsed.
Click to expand it.
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