Skip to content

Commit 5728097

Browse files
authored
docs(celery): Remove duplicated "is" in beat.py docstring (#6266)
1 parent c478225 commit 5728097

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
@@ -170,7 +170,7 @@ def _wrap_beat_scheduler(
170170
- a new Sentry trace is started for each task started by Celery Beat and
171171
it is propagated to the task.
172172
- the Sentry Crons information is set in the Celery Beat task's
173-
headers so that is is monitored with Sentry Crons.
173+
headers so that is monitored with Sentry Crons.
174174
175175
After the patched function is called,
176176
Celery Beat will call apply_async to put the task in the queue.

0 commit comments

Comments
 (0)