Skip to content

Commit a196875

Browse files
evanpurkhiserandrewshie-sentry
authored andcommitted
ref(uptime): Clarify ensure_assignment (#102579)
This was still using wording from the ProjectUptimeSubscription era
1 parent 4115f55 commit a196875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/uptime/subscriptions/subscriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def enable_uptime_detector(
492492
are no available seats the monitor will be disabled and a
493493
`UptimeMonitorNoSeatAvailable` will be raised.
494494
495-
By default if the monitor is already marked as ACTIVE this function is a
495+
By default if the detector is already marked as enabled this function is a
496496
no-op. Pass `ensure_assignment=True` to force seat assignment.
497497
"""
498498
if not ensure_assignment and detector.enabled:

0 commit comments

Comments
 (0)