Skip to content

Commit 4838ff8

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

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
@@ -1352,7 +1352,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
13521352
help='conform to this HTTP version '
13531353
'(default: %(default)s)')
13541354
parser.add_argument('--tls-cert', metavar='PATH',
1355-
help='path to the TLS certificate')
1355+
help='path to the TLS certificate chain file')
13561356
parser.add_argument('--tls-key', metavar='PATH',
13571357
help='path to the TLS key')
13581358
parser.add_argument('--tls-password-file', metavar='PATH',

0 commit comments

Comments
 (0)