This commit is contained in:
Patrick Harmon
2019-10-31 22:28:25 -05:00
parent cefe6bfec3
commit abc890079f
13 changed files with 20 additions and 20 deletions

View File

@@ -581,7 +581,7 @@ class TestPDB:
# No extra newline.
assert child.before.endswith(b"c\r\nprint_from_foo\r\n")
# set_debug should not raise outcomes.Exit, if used recrursively.
# set_debug should not raise outcomes. Exit, if used recursively.
child.sendline("debug 42")
child.sendline("q")
child.expect("LEAVING RECURSIVE DEBUGGER")