Skip to content

Commit 3de540e

Browse files
authored
Update setup.rst (#308)
Fix wrong indent (a redundant space).
1 parent 1844bf3 commit 3de540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contents/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Keep in mind save_user is only called when there was a reason to save the User m
421421
else:
422422
user.is_staff = False
423423
force_save = True
424-
return super()._update_user(user, attributes, attribute_mapping, force_save)
424+
return super()._update_user(user, attributes, attribute_mapping, force_save)
425425

426426
.. _hooks: https://github.com/identitypython/djangosaml2/blob/master/djangosaml2/backends.py#L181
427427

0 commit comments

Comments
 (0)