##// END OF EJS Templates
Update IPython/core/tests/test_debugger.py...
Matthias Bussonnier -
Show More
@@ -324,7 +324,7 b' def test_xmode_skip():'
324
324
325
325
326 def test_where_erase_value():
326 def test_where_erase_value():
327 """Test that `where` does nto access f_locals and erase values."""
327 """Test that `where` does not access f_locals and erase values."""
328 import pexpect
328 import pexpect
329
329
330 env = os.environ.copy()
330 env = os.environ.copy()
General Comments 0
You need to be logged in to leave comments. Login now