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::