Commit 6664d91f authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #457 from jwilk/spelling

Fix typo.
parents bd549d50 6171881a
...@@ -50,7 +50,7 @@ cdef extern from "Python.h": ...@@ -50,7 +50,7 @@ cdef extern from "Python.h":
# return value to a specific exception; use # return value to a specific exception; use
# PyErr_ExceptionMatches() instead, shown below. (The comparison # PyErr_ExceptionMatches() instead, shown below. (The comparison
# could easily fail since the exception may be an instance instead # could easily fail since the exception may be an instance instead
# of a class, in the case of a class exception, or it may the a # of a class, in the case of a class exception, or it may be a
# subclass of the expected exception.) # subclass of the expected exception.)
bint PyErr_ExceptionMatches(object exc) bint PyErr_ExceptionMatches(object exc)
......
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