From 19215efb5ae0f698fad875e2238e45383aaef066 2020-07-18 05:59:33 From: Quentin Peter Date: 2020-07-18 05:59:33 Subject: [PATCH] Update test_magic.py --- diff --git a/IPython/core/tests/test_magic.py b/IPython/core/tests/test_magic.py index 1a8c70c..afbdd5d 100644 --- a/IPython/core/tests/test_magic.py +++ b/IPython/core/tests/test_magic.py @@ -606,7 +606,7 @@ def test_debug_magic(): In [1]: with PdbTestInput(['c']): ...: %debug print("a b") ...: - NOTE: Enter 'c' at the ipdb> prompt to continue execution. + ... ipdb> c a b In [2]: