Skip to content

Commit

Permalink
Fix typo in celery.app.control (#8563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spaceface16518 committed Oct 10, 2023
1 parent ec09091 commit 3826228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/app/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def query_task(self, *ids):
* ``routing_key`` - Routing key used when task was published
* ``priority`` - Priority used when task was published
* ``redelivered`` - True if the task was redelivered
* ``worker_pid`` - PID of worker processin the task
* ``worker_pid`` - PID of worker processing the task
"""
# signature used be unary: query_task(ids=[id1, id2])
Expand Down

0 comments on commit 3826228

Please sign in to comment.