From 41806ddd7612af238d8637ee51959e58a90d8cc6 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 8 May 2019 16:38:40 +0200 Subject: improve comment --- src/saml2/ident.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1