mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 13:10:08 +00:00
[test] add code spell check and correct wrong spelling (#9066)
This commit is contained in:
@@ -332,7 +332,7 @@ class LinkQualityAndRouteData(object):
|
||||
return (self.output == other.output and self.input == other.input and self.route == other.route)
|
||||
|
||||
def __repr__(self):
|
||||
return "LinkQualityAndRouteData(ouput={}, input={}, route={})".format(self.output, self.input, self.route)
|
||||
return "LinkQualityAndRouteData(output={}, input={}, route={})".format(self.output, self.input, self.route)
|
||||
|
||||
|
||||
class LinkQualityAndRouteDataFactory:
|
||||
|
||||
Reference in New Issue
Block a user