From 2255c2b87953700d0ca44fdb991dbd85957449a3 2012-06-30 08:31:06 From: MinRK Date: 2012-06-30 08:31:06 Subject: [PATCH] add missing parentheses on formerly excluded doctest example --- diff --git a/IPython/testing/plugin/test_example.txt b/IPython/testing/plugin/test_example.txt index d8bc6fd..f8b681e 100644 --- a/IPython/testing/plugin/test_example.txt +++ b/IPython/testing/plugin/test_example.txt @@ -9,7 +9,7 @@ as a test:: >>> 1+1 2 - >>> print "hello" + >>> print ("hello") hello More than one example works::