summaryrefslogtreecommitdiff
path: root/src/saml2/httpbase.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-22 20:17:28 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-22 20:17:28 +0100
commit32846060501d0d0f2994df96477d6203890b1d14 (patch)
tree2753acf7e5fa1ab08a1db5137e02114df28366c1 /src/saml2/httpbase.py
parent61ae1f4dbb56883ffe91ff13c083527b5217e60e (diff)
downloadpysaml2-32846060501d0d0f2994df96477d6203890b1d14.tar.gz
Editorial
Diffstat (limited to 'src/saml2/httpbase.py')
-rw-r--r--src/saml2/httpbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/httpbase.py b/src/saml2/httpbase.py
index 2f731873..642a6b90 100644
--- a/src/saml2/httpbase.py
+++ b/src/saml2/httpbase.py
@@ -165,7 +165,7 @@ class HTTPBase(object):
Send a message using GET, this is the HTTP-Redirect case so
no direct response is expected to this request.
- :param request:
+ :param message:
:param destination:
:param relay_state:
:return: tuple (header, None)