Commit ee9c135a authored by Sean Enck's avatar Sean Enck Committed by GitHub

Minor typo of the word "declare"

parent 9912e336
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