summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2019-05-08 16:38:40 +0200
committerFredrik Thulin <fredrik@thulin.net>2019-05-08 16:38:40 +0200
commit41806ddd7612af238d8637ee51959e58a90d8cc6 (patch)
treea51349958ea3f455fecbefbf2b2477edc317b131
parent161a5cbd4bc15a8d6481a95d4271ddfb214233f5 (diff)
downloadpysaml2-41806ddd7612af238d8637ee51959e58a90d8cc6.tar.gz
improve comment
-rw-r--r--src/saml2/ident.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/ident.py b/src/saml2/ident.py
index f24c0390..95835239 100644
--- a/src/saml2/ident.py
+++ b/src/saml2/ident.py
@@ -241,7 +241,7 @@ class IdentDB(object):
def construct_nameid(self, userid, local_policy=None,
sp_name_qualifier=None, name_id_policy=None,
name_qualifier=""):
- """ Returns a name_id for the object. How the name_id is
+ """ Returns a name_id for the userid. How the name_id is
constructed depends on the context.
:param local_policy: The policy the server is configured to follow