Skip to content

Commit 3f3b131

Browse files
Merge pull request #496 from timgates42/bugfix_typo_detach
docs: fix simple typo, detatch -> detach
2 parents 9c351a1 + ba8a23b commit 3f3b131

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎tests/test_dbgp_api.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ def test_stop_retval(self):
127127
assert str(status_res) == "stopping"
128128

129129
def test_detatch_retval(self):
130-
"""Test that the detatch command receives a message from the api."""
130+
"""Test that the detach command receives a message from the api."""
131131
self.p.conn.recv_msg.return_value = """<?xml
132132
version="1.0" encoding="iso-8859-1"?>\n
133-
<response command="detatch"
133+
<response command="detach"
134134
xmlns="urn:debugger_api_v1"
135135
status="stopped"
136136
reason="ok"

0 commit comments

Comments
 (0)