Skip to content

Commit 3a7821f

Browse files
donBarbospicnixz
andauthored
Update Lib/http/server.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 4838ff8 commit 3a7821f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
13541354
parser.add_argument('--tls-cert', metavar='PATH',
13551355
help='path to the TLS certificate chain file')
13561356
parser.add_argument('--tls-key', metavar='PATH',
1357-
help='path to the TLS key')
1357+
help='path to the TLS key file')
13581358
parser.add_argument('--tls-password-file', metavar='PATH',
13591359
help='file containing the password for the TLS key')
13601360
parser.add_argument('port', default=8000, type=int, nargs='?',

0 commit comments

Comments
 (0)