Skip to content

Commit 27e60ee

Browse files
committed
Change docstring to be more accurate
1 parent d9a251b commit 27e60ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def check_board_asset_tag_value(self):
136136

137137
def check_board_name_value(self):
138138
"""
139-
Search /sys/devices/virtual/dmi/id for the device model and return its value, if found,
139+
Search /sys/devices/virtual/dmi/id for the board name and return its value, if found,
140140
otherwise None. Debian/ubuntu based
141141
"""
142142
board_name = None

0 commit comments

Comments
 (0)