Skip to content

Commit

Permalink
minor doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Sep 5, 2013
1 parent 3772b05 commit 9526f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorial/cdef_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ fast for use from Cython and one slower for use from Python. Then::

This does slightly more than providing a python wrapper for a cdef
method: unlike a cdef method, a cpdef method is fully overrideable by
subclasses and instance attributes. This adds a little calling overhead
compared to a cdef method.
methods and instance attributes in Python subclasses. It adds a
little calling overhead compared to a cdef method.

Using this, we can now change our integration example::

Expand Down

0 comments on commit 9526f6b

Please sign in to comment.