Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d1be293

Browse files
committed
Fix typo in password_auth_providers doc
A word got removed accidentally in 83434df.
1 parent 59e18a1 commit d1be293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/password_auth_providers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Password auth provider classes must provide the following methods:
2626

2727
It should perform any appropriate sanity checks on the provided
2828
configuration, and return an object which is then passed into
29+
`__init__`.
2930

3031
This method should have the `@staticmethod` decoration.
3132

0 commit comments

Comments
 (0)