diff options
Diffstat (limited to 'Lib/smtpd.py')
-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 0fae170..69cdcdc 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -462,7 +462,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') |