From a2a17159863e435ad856be3c956cb257b35289b4 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Wed, 13 Dec 2023 13:51:37 +0100 Subject: [PATCH] riotctrl_ctrl: fix typo in docs --- dist/pythonlibs/riotctrl_ctrl/native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/pythonlibs/riotctrl_ctrl/native.py b/dist/pythonlibs/riotctrl_ctrl/native.py index 8b21d1c002..6e5bee1cd4 100644 --- a/dist/pythonlibs/riotctrl_ctrl/native.py +++ b/dist/pythonlibs/riotctrl_ctrl/native.py @@ -15,7 +15,7 @@ class NativeRIOTCtrl(riotctrl.ctrl.RIOTCtrl): This works exactly as a normal RIOTCtrl, with the exception that `DEBUG_ADAPTER_ID` is set in the environment to the PID of the `native` process, whenever a terminal is started. This allows for `reset()` to also - work for a the `native` instance. + work for a `native` instance. """ def _set_debug_adapter_id(self, child):