spelling: communicate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-02-06 14:22:04 -05:00
parent 41b33e9209
commit 00d5c14810

View file

@ -3,7 +3,7 @@
# for license information.
"""Imported from test code that runs under debugpy, and allows that code
to communcate back to the test. Works in conjunction with debug_session
to communicate back to the test. Works in conjunction with debug_session
fixture and its backchannel method."""
__all__ = ["port", "receive", "send"]