Skip to content

Commit 5e0fd61

Browse files
committed
fix(celery): duplicated "is" in beat.py docstring
1 parent d1fc138 commit 5e0fd61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sentry_sdk/integrations/celery

sentry_sdk/integrations/celery/beat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _wrap_beat_scheduler(
169169
- a new Sentry trace is started for each task started by Celery Beat and
170170
it is propagated to the task.
171171
- the Sentry Crons information is set in the Celery Beat task's
172-
headers so that is is monitored with Sentry Crons.
172+
headers so that is monitored with Sentry Crons.
173173
174174
After the patched function is called,
175175
Celery Beat will call apply_async to put the task in the queue.

0 commit comments

Comments
 (0)