Skip to content

Commit f1e07a1

Browse files
committed
Fix docs indentation
1 parent dce549f commit f1e07a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The new User model needs to be enabled via the ``AUTH_USER_MODEL`` setting::
6565

6666
Next you will need to add the new authentication backend::
6767

68-
AUTHENTICATION_BACKENDS = (
68+
AUTHENTICATION_BACKENDS = (
6969
# default, but now optional
7070
# This should be removed if you use mailauth.contrib.user or any other
7171
# custom user model that does not have a username/password

0 commit comments

Comments
 (0)