Commit af0cbdba authored by Stefan Behnel's avatar Stefan Behnel

Fix example in docs.

Closes #1860.
parent abcfc6cc
......@@ -417,7 +417,7 @@ compatible types.::
cdef create(void* ptr):
p = OwnedPointer()
p.ptr = ptr
return ptr
return p
Forward-declaring extension types
......
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