summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
diff options
context:
space:
mode:
authorEgor Panfilov <edpanfilov@sbcloud.ru>2018-11-19 18:23:17 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-19 19:07:23 +0200
commit3a514b4cbebcf207f4b9dc29fee1f425572aca79 (patch)
tree8cfb2e421d285c97140ca6b34f330761b1245e19 /src/saml2/client.py
parenta8c6320095a73c61353b6c10df60cf3688dfedd3 (diff)
downloadpysaml2-3a514b4cbebcf207f4b9dc29fee1f425572aca79.tar.gz
Various small refactor
Diffstat (limited to 'src/saml2/client.py')
-rw-r--r--src/saml2/client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/saml2/client.py b/src/saml2/client.py
index 57d907af..91d0c90d 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -84,8 +84,7 @@ class Saml2Client(Base):
nameid_format=None, scoping=None, consent=None, extensions=None,
sign=None, response_binding=saml2.BINDING_HTTP_POST, **kwargs):
""" Makes all necessary preparations for an authentication request
- that negotiates
- which binding to use for authentication.
+ that negotiates which binding to use for authentication.
:param entityid: The entity ID of the IdP to send the request to
:param relay_state: To where the user should be returned after