models: Fix typo in RealmAuthenticationMethod docstring.

This commit is contained in:
Mateusz Mandera
2025-06-04 23:33:07 +08:00
committed by Tim Abbott
parent 6bc7e94405
commit 0c62a2ed4f

View File

@@ -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.
"""