Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec94e95

Browse files
committed
use-quotation-mark-instead
1 parent 9bcb0e0 commit ec94e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def test_time():
441441
with tt.AssertPrints("a space"):
442442
with tt.AssertPrints("Wall time: ", suppress=False):
443443
with tt.AssertPrints("CPU times: ", suppress=False):
444-
ip.run_cell("%time print('a space')")
444+
ip.run_cell('%time print("a space")')
445445

446446

447447
# ';' at the end of %time prevents instruction value to be printed.

0 commit comments

Comments
 (0)