diff --git a/zerver/models/realms.py b/zerver/models/realms.py index ae4f6b55bb..df870ca410 100644 --- a/zerver/models/realms.py +++ b/zerver/models/realms.py @@ -55,7 +55,7 @@ def clear_supported_auth_backends_cache() -> None: class RealmAuthenticationMethod(models.Model): """ Tracks which authentication backends are enabled for a realm. - An enabled backend is represented in this table a row with appropriate + An enabled backend is represented in this table as a row with appropriate .realm value and .name matching the name of the target backend in the AUTH_BACKEND_NAME_MAP dict. """