Skip to content

Commit f1cb7e8

Browse files
committed
chore: fix comment
1 parent 9ce1599 commit f1cb7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def any_tisk_board(self) -> bool:
664664

665665
@property
666666
def any_lichee_riscv_board(self) -> bool:
667-
"""Check whether the current board is any defined TI SK Board."""
667+
"""Check whether the current board is any defined Lichee RISC-V."""
668668
return self.id in [v[0] for v in boards._LICHEE_RISCV_IDS]
669669

670670
@property

0 commit comments

Comments
 (0)