Skip to content

Commit

Permalink
chore: Fix typo in debug message (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 28, 2024
1 parent 3c9fd8b commit 21ccd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poethepoet/executor/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
self._is_windows = sys.platform == "win32"

if POE_DEBUG:
print(f" . Initalizing {self.__class__.__name__}")
print(f" . Initializing {self.__class__.__name__}")

@classmethod
def works_with_context(cls, context: "RunContext") -> bool:
Expand Down

0 comments on commit 21ccd40

Please sign in to comment.