Fix except * typo.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 18 Aug 2010 18:36:00 +0000 (11:36 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 18 Aug 2010 18:36:00 +0000 (11:36 -0700)
src/reference/language_basics.rst

index d9d2e93f53aea52112811c2b9d63f78ee9cc5ec9..b6b05f8f01f177c75747abedb4f4b50100279c8f 100644 (file)
@@ -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.