From e0236cc9c981cdd7991465f8e0f04352361fe191 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 8 Jan 2024 15:13:07 -0700 Subject: [PATCH] typo --- src/pymaccounter/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymaccounter/runner.py b/src/pymaccounter/runner.py index 276b707..c04faa9 100644 --- a/src/pymaccounter/runner.py +++ b/src/pymaccounter/runner.py @@ -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)