Skip to content

Commit b89f4c4

Browse files
donBarbospicnixz
andauthored
Update test_httpservers.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent bf86a0d commit b89f4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def _data_file(*name):
346346
EMPTYCERT = _data_file("nullcert.pem")
347347
BADCERT = _data_file("badcert.pem")
348348

349-
tls = (ONLYCERT, ONLYKEY, None) # values by default
349+
tls = (ONLYCERT, ONLYKEY, None) # values by default
350350

351351
class request_handler(NoLogRequestHandler, SimpleHTTPRequestHandler):
352352
pass

0 commit comments

Comments
 (0)