Put back trailing whitespace in doctest output.
[cython.git] / tests / run / r_huss3.pyx
index 5e47bf8aaf8f5ac3c5bb5f435ca18e9a2e0ecd1e..7fc830103c8b11a80f08735a754dce6731a5db72 100644 (file)
@@ -3,7 +3,7 @@ __doc__ = u"""
 ...     foo()
 ... except Exception, e:
 ...     print("%s: %s" % (e.__class__.__name__, e))
-ValueError:
+ValueError: 
 >>> try:
 ...     bar()
 ... except Exception, e: