Skip to content

Commit 0c80331

Browse files
committed
fix extended command syntax (closes #23872)
1 parent 9a6e201 commit 0c80331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/smtpd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def _getparams(self, params):
413413

414414
def smtp_HELP(self, arg):
415415
if arg:
416-
extended = ' [SP <mail parameters]'
416+
extended = ' [SP <mail-parameters>]'
417417
lc_arg = arg.upper()
418418
if lc_arg == 'EHLO':
419419
self.push('250 Syntax: EHLO hostname')

0 commit comments

Comments
 (0)