summaryrefslogtreecommitdiff
path: root/src/saml2/response.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-10-02 16:04:41 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-10-02 16:04:41 +0200
commit13fdda52ab3367d4ebb2e9c5888bea74ac0f081b (patch)
treeb00bbd5868ce65bc637feef35ecaee7b14c178e0 /src/saml2/response.py
parent095f8dbe1d4de3519a7e244233aa2b38ed420d9f (diff)
downloadpysaml2-13fdda52ab3367d4ebb2e9c5888bea74ac0f081b.tar.gz
PEP-8
Diffstat (limited to 'src/saml2/response.py')
-rw-r--r--src/saml2/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/response.py b/src/saml2/response.py
index b7c8fa99..9f421b85 100644
--- a/src/saml2/response.py
+++ b/src/saml2/response.py
@@ -891,7 +891,7 @@ class AuthnResponse(StatusResponse):
return res
def session_info(self):
- """ Returns a predefined set of information gleened from the
+ """ Returns a predefined set of information gleened from the
response.
:returns: Dictionary with information
"""