We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6fea commit 8c92cd8Copy full SHA for 8c92cd8
tools/board_stubs/circuitpython_setboard/__init__.py
@@ -104,5 +104,5 @@ def set_board():
104
shutil.copyfile(board_definitions_file, board_stubs_file)
105
106
sys.stdout.write(
107
- header("Information about the board") + get_doc_or_raise(args.chose_board) + "\n"
+ header("Information about the board") + get_doc_or_raise(args.chosen_board) + "\n"
108
)
0 commit comments