summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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