Skip to content

Commit 0b4ab32

Browse files
committed
Added docstring
1 parent 536d3da commit 0b4ab32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ def any_orange_pi(self):
340340

341341
@property
342342
def any_giant_board(self):
343+
"""Check whether the current board is any defined Giant Board."""
343344
return self.GIANT_BOARD
344345

345346
@property

0 commit comments

Comments
 (0)