From 0dbd180e322184e0c8b0fae7a86e0dd151c70988 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 30 Jan 2024 18:04:15 +0100 Subject: [PATCH] Make the linter happy --- lib/pp_admintools/config/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pp_admintools/config/ldap.py b/lib/pp_admintools/config/ldap.py index db61fa6..fe327c5 100644 --- a/lib/pp_admintools/config/ldap.py +++ b/lib/pp_admintools/config/ldap.py @@ -312,7 +312,7 @@ class LdapConnectionInfo(FbBaseObject): # ----------------------------------------------------------- @property def valid(self): - """Shows, whether the current connection info is valid and usable.""" + """Show, whether the current connection info is valid and usable.""" if not self.host: return False if not self.port: -- 2.39.5