Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Jan 8, 2024
1 parent 43eef00 commit e0236cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymaccounter/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def run_tests(tests_to_run: List[str]) -> None:


if __name__ == "__main__":
# creats a CLI through Python Fire for run_test
# creates a CLI through Python Fire for run_test
fire.Fire(run_tests)

0 comments on commit e0236cc

Please sign in to comment.