From dd10cc84e23e12dd747dbb72460b3d3c0e28d067 2021-06-22 11:58:38 From: Matthias Bussonnier Date: 2021-06-22 11:58:38 Subject: [PATCH] Update IPython/core/tests/test_debugger.py Co-authored-by: Blazej Michalik <6691643+MrMino@users.noreply.github.com> --- diff --git a/IPython/core/tests/test_debugger.py b/IPython/core/tests/test_debugger.py index fdcbea8..fcdcb66 100644 --- a/IPython/core/tests/test_debugger.py +++ b/IPython/core/tests/test_debugger.py @@ -324,7 +324,7 @@ def test_xmode_skip(): def test_where_erase_value(): - """Test that `where` does nto access f_locals and erase values.""" + """Test that `where` does not access f_locals and erase values.""" import pexpect env = os.environ.copy()