]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Make the linter happy
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 30 Jan 2024 17:04:15 +0000 (18:04 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 30 Jan 2024 17:04:15 +0000 (18:04 +0100)
lib/pp_admintools/config/ldap.py

index db61fa6eb883147628c03cef0b09ff939321d325..fe327c533b6b4b5780875a620573e8417b726af0 100644 (file)
@@ -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: