Skip to content

Commit cf32d34

Browse files
author
Dan Campbell
committed
Removed superfluous "instance:
1 parent 639fe31 commit cf32d34

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
@@ -420,7 +420,7 @@ following code to your app::
420420
return True # I modified the user object
421421

422422

423-
Your handler will receive the user object instance, the list of SAML attributes
423+
Your handler will receive the user object, the list of SAML attributes
424424
and a flag telling you if the user is already modified and need
425425
to be saved after your handler is executed. If your handler
426426
modifies the user object it should return True. Otherwise it should

0 commit comments

Comments
 (0)