Merge pull request #6112 from gaucheph/fix-small-typo

typos
This commit is contained in:
Florian Bruhin
2019-11-01 11:18:06 +01:00
committed by GitHub
13 changed files with 20 additions and 20 deletions
+1 -1
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")