Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tersal committed Jan 9, 2025
1 parent 70acefd commit e024fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/modebase_cluster_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def check_tags_in_lists(self, supported_modes, required_tags=None):
- Should be maximum 16bits in size.
- Should be a Mfg tag or one of the supported ones (either common or specific).
- Should have at least one common or specific tag.
- If defined, verify that at least one of the "requiredTags" exists.
- If defined, verify that at least one of the "required_tags" exists.
Args:
supported_modes: A list of ModeOptionStruct.
Expand Down

0 comments on commit e024fe2

Please sign in to comment.