From c54261f0a9bc14e090427dab088a9312132674c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20T=E1=BA=A5n=20Anh=20Khoa?= <104090949+kitare17@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:36:49 +0700 Subject: [PATCH] Fix typo in ChannelFactoryInitialize docstring --- unitree_sdk2py/core/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unitree_sdk2py/core/channel.py b/unitree_sdk2py/core/channel.py index 64577f9..4f7c4d2 100644 --- a/unitree_sdk2py/core/channel.py +++ b/unitree_sdk2py/core/channel.py @@ -293,7 +293,7 @@ def Read(self, timeout: int = None): return self.__channel.Read(timeout) """ -" function ChannelFactoryInitialize. used to intialize channel everenment. +" function ChannelFactoryInitialize. used to intialize channel environment. """ def ChannelFactoryInitialize(id: int = 0, networkInterface: str = None): factory = ChannelFactory()