Skip to content

Commit 85ee1b5

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

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
@@ -1356,7 +1356,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
13561356
parser.add_argument('--tls-key', metavar='PATH',
13571357
help='path to the TLS key file')
13581358
parser.add_argument('--tls-password-file', metavar='PATH',
1359-
help='file containing the password for the TLS key')
1359+
help='path to the password file for the TLS key')
13601360
parser.add_argument('port', default=8000, type=int, nargs='?',
13611361
help='bind to this port '
13621362
'(default: %(default)s)')

0 commit comments

Comments
 (0)