Commit 1a1087bd authored by Stefan Behnel's avatar Stefan Behnel Committed by GitHub

Merge pull request #2925 from enckse/master

Minor typo of the word "declare" in user guide
parents 9912e336 ee9c135a
cdef extern from "Rectangle.cpp":
pass
# Decalre the class with cdef
# Declare the class with cdef
cdef extern from "Rectangle.h" namespace "shapes":
cdef cppclass Rectangle:
Rectangle() except +
......
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