Skip to content

Commit daf36fc

Browse files
authored
Spelling fix
"does not contains" contains an unnecessary 's'.
1 parent b66f8eb commit daf36fc

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
@@ -350,7 +350,7 @@ def logout(request, config_loader_path=None):
350350
subject_id = _get_subject_id(request.session)
351351
if subject_id is None:
352352
logger.warning(
353-
'The session does not contains the subject id for user %s',
353+
'The session does not contain the subject id for user %s',
354354
request.user)
355355

356356
result = client.global_logout(subject_id)

0 commit comments

Comments
 (0)