Skip to content

Commit 830db54

Browse files
authored
Merge pull request #75 from goetzk/patch-1
Spelling fix
2 parents 8665b12 + daf36fc commit 830db54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosaml2/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def logout(request, config_loader_path=None):
349349
subject_id = _get_subject_id(request.session)
350350
if subject_id is None:
351351
logger.warning(
352-
'The session does not contains the subject id for user %s',
352+
'The session does not contain the subject id for user %s',
353353
request.user)
354354

355355
result = client.global_logout(subject_id)

0 commit comments

Comments
 (0)