Skip to content

Commit 2255c2b

Browse files
minrkfperez
authored andcommitted
add missing parentheses on formerly excluded doctest example
1 parent 4dc5326 commit 2255c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/testing/plugin/test_example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ as a test::
99

1010
>>> 1+1
1111
2
12-
>>> print "hello"
12+
>>> print ("hello")
1313
hello
1414

1515
More than one example works::

0 commit comments

Comments
 (0)