From 88ae0949cc067ed1b4bbdea0550f29d93cb643cc Mon Sep 17 00:00:00 2001 From: sydneyli Date: Mon, 11 Jun 2018 13:52:02 -0700 Subject: [PATCH] lint --- certbot-postfix/certbot_postfix/postconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot-postfix/certbot_postfix/postconf.py b/certbot-postfix/certbot_postfix/postconf.py index fa73afb95..eb064bf2c 100644 --- a/certbot-postfix/certbot_postfix/postconf.py +++ b/certbot-postfix/certbot_postfix/postconf.py @@ -86,8 +86,8 @@ class ConfigMain(util.PostfixUtilBase): :param str name: The name of the parameter to set. :param str value: The value of the parameter. - :param tuple acceptable_overrides: If the master configuration file overrides `value` with a value in - acceptable_overrides, no need to call `_handle_overrides`. + :param tuple acceptable_overrides: If the master configuration file overrides `value` + with a value in acceptable_overrides. """ if name not in self._db: raise KeyError("Parameter name %s is not a valid Postfix parameter name.", name)