mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[docs] fix double 'the' typos across the codebase (#13176)
This commit fixes instances of "the the" typos found in various files across the codebase, including documentation, headers, source files, and test scripts.
This commit is contained in:
committed by
GitHub
parent
e4df5ddac2
commit
55b3adbf81
@@ -3292,7 +3292,7 @@ class OTCI(object):
|
||||
self.execute_command('diag rawpowersetting disable')
|
||||
|
||||
def is_command_supported(self, command: str) -> bool:
|
||||
"""Check whether the the given command is supported by the device."""
|
||||
"""Check whether the given command is supported by the device."""
|
||||
output = self.__otcmd.execute_command(command, timeout=10)
|
||||
|
||||
if re.match(r"Error \d+: \w*", output[-1]):
|
||||
|
||||
Reference in New Issue
Block a user