models: Fix subscribed typo.

This commit is contained in:
Tim Abbott
2022-09-15 16:21:09 -07:00
parent d86e4ac34d
commit 183e7be31c

View File

@@ -1446,7 +1446,7 @@ class Recipient(models.Model):
table. See the Huddle model for details.
See also the Subscription model, which stores which UserProfile
objects are susbcribed to which Recipient objects.
objects are subscribed to which Recipient objects.
"""
id: int = models.AutoField(auto_created=True, primary_key=True, verbose_name="ID")