mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
models: Fix typo in RealmAuthenticationMethod docstring.
This commit is contained in:
committed by
Tim Abbott
parent
6bc7e94405
commit
0c62a2ed4f
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user