diff options
-rwxr-xr-x | Lib/smtpd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py index 1fa157a..0d0030a 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -413,7 +413,7 @@ class SMTPChannel(asynchat.async_chat): def smtp_HELP(self, arg): if arg: - extended = ' [SP <mail parameters]' + extended = ' [SP <mail-parameters>]' lc_arg = arg.upper() if lc_arg == 'EHLO': self.push('250 Syntax: EHLO hostname') |