Browse Source

ref(groupsubscription): Small comment fix (#68815)

Evan Purkhiser 11 months ago
parent
commit
caadd2f480
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/models/groupsubscription.py

+ 1 - 1
src/sentry/models/groupsubscription.py

@@ -270,7 +270,7 @@ class GroupSubscriptionManager(BaseManager["GroupSubscription"]):
 @region_silo_only_model
 class GroupSubscription(Model):
     """
-    Identifies a subscription relationship between a user and an issue.
+    Identifies a subscription relationship between a user / team and an issue.
     """
 
     __relocation_scope__ = RelocationScope.Excluded