Skip to content

Commit 8c92cd8

Browse files
committed
fix typo
1 parent cdd6fea commit 8c92cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/board_stubs/circuitpython_setboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ def set_board():
104104
shutil.copyfile(board_definitions_file, board_stubs_file)
105105

106106
sys.stdout.write(
107-
header("Information about the board") + get_doc_or_raise(args.chose_board) + "\n"
107+
header("Information about the board") + get_doc_or_raise(args.chosen_board) + "\n"
108108
)

0 commit comments

Comments
 (0)