Skip to content

Commit d8e2b76

Browse files
amurekicodingjoe
authored andcommitted
Fix typo in machine.py
1 parent d75d27c commit d8e2b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joeflow/tasks/machine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
try:
1515
# We need to import the Dramatiq task,to ensure
16-
# it is deteced by django-dramatiq rundramatiq command.
16+
# it is detected by django-dramatiq `rundramatiq` command.
1717
from joeflow.runner.dramatiq import _dramatiq_task_runner # NoQA
1818
except ImportError:
1919
pass

0 commit comments

Comments
 (0)