diff --git a/IPython/core/tests/test_magic.py b/IPython/core/tests/test_magic.py index 9c44320..cb9890c 100644 --- a/IPython/core/tests/test_magic.py +++ b/IPython/core/tests/test_magic.py @@ -418,7 +418,7 @@ def test_time(): # ';' at the end of %time prevents instruction value to be printed. -# This tests fix for #13837 +# This tests fix for #13837. def test_time_no_outputwith_semicolon(): ip = get_ipython()