Skip to content

Commit ba8a23b

Browse files
committed
docs: fix simple typo, detatch -> detach
There is a small typo in tests/test_dbgp_api.py. Should read `detach` rather than `detatch`.
1 parent f61a967 commit ba8a23b

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)