Commit 737152fc authored by Stefan Behnel's avatar Stefan Behnel

Fix ReST typo.

parent 2852bd59
...@@ -363,7 +363,7 @@ through defined error return values. For functions that return Python object ...@@ -363,7 +363,7 @@ through defined error return values. For functions that return Python object
error return value. error return value.
While this is always the case for :keyword:`def` functions, functions While this is always the case for :keyword:`def` functions, functions
defined as :keyword`cdef` or :keyword:`cpdef` can return arbitrary C types, defined as :keyword:`cdef` or :keyword:`cpdef` can return arbitrary C types,
which do not have such a well-defined error return value. Thus, if an which do not have such a well-defined error return value. Thus, if an
exception is detected in such a function, a warning message is printed, exception is detected in such a function, a warning message is printed,
the exception is ignored, and the function returns without propagating it the exception is ignored, and the function returns without propagating it
......
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