Skip to content

Commit 4bfc89b

Browse files
committed
Fix syntax error in documentation example of SAML config
1 parent 49b5b4f commit 4bfc89b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ We will see a typical configuration for protecting a Django project::
174174
'single_logout_service': [
175175
('http://localhost:8000/saml2/ls/',
176176
saml2.BINDING_HTTP_REDIRECT),
177-
],
178177
('http://localhost:8000/saml2/ls/post',
179178
saml2.BINDING_HTTP_POST),
180179
],

0 commit comments

Comments
 (0)