Skip to content

Commit

Permalink
Fix typo in Brainfuck __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davecom authored Jan 12, 2025
1 parent ed21419 commit 0adbffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brainfuck/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

if __name__ == "__main__":
# Parse the file argument
file_parser = ArgumentParser("NanoBASIC")
file_parser = ArgumentParser("Brainfuck")
file_parser.add_argument("brainfuck_file",
help="A file containing Brainfuck source code.")
arguments = file_parser.parse_args()
Expand Down

0 comments on commit 0adbffe

Please sign in to comment.