Skip to content

Commit c33db1a

Browse files
charleswhchanOmer Katz
authored andcommitted
Fix typo in signals.py (celery#5264)
1 parent 61e9ffa commit c33db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/signals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
)
8585

86-
# - Prorgam: `celery worker`
86+
# - Program: `celery worker`
8787
celeryd_init = Signal(
8888
name='celeryd_init',
8989
providing_args={'instance', 'conf', 'options'},

0 commit comments

Comments
 (0)