From d1be293f0002555016a2edd630272dbe09355347 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 1 Dec 2020 10:34:52 +0000 Subject: [PATCH] Fix typo in password_auth_providers doc A word got removed accidentally in 83434df3812650f53c60e91fb23c2079db0fb5b8. --- docs/password_auth_providers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/password_auth_providers.md b/docs/password_auth_providers.md index 7d98d9f255..d2cdb9b2f4 100644 --- a/docs/password_auth_providers.md +++ b/docs/password_auth_providers.md @@ -26,6 +26,7 @@ Password auth provider classes must provide the following methods: It should perform any appropriate sanity checks on the provided configuration, and return an object which is then passed into + `__init__`. This method should have the `@staticmethod` decoration.