From 1ea4ce099b0c3712029b14f497579a1bfafe4d16 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 7 Jan 2020 23:56:25 +0800 Subject: [PATCH] fix comment --- moulinette/authenticators/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moulinette/authenticators/ldap.py b/moulinette/authenticators/ldap.py index e23ca3e2..e2c30fa1 100644 --- a/moulinette/authenticators/ldap.py +++ b/moulinette/authenticators/ldap.py @@ -291,7 +291,7 @@ class Authenticator(BaseAuthenticator): value_dict -- Dictionnary of attributes/values to check Returns: - None | list with Fist conflict attribute name and value + None | tuple with Fist conflict attribute name and value """ for attr, value in value_dict.items():