Commit 28dc498e authored by Robert Bradshaw's avatar Robert Bradshaw

Fix except * typo.

parent 351c1bcd
......@@ -635,7 +635,7 @@ Error and Exception Handling
* Third::
cdef int spam() except +
cdef int spam() except *
* A call to ``PyErr_Occurred`` happens *every* time the function gets called.
......
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