mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
6c7ec7282b
commit
11749e2dc2
61 changed files with 109 additions and 107 deletions
|
@ -66,7 +66,7 @@ def data_file(*name):
|
|||
|
||||
# The custom key and certificate files used in test_ssl are generated
|
||||
# using Lib/test/make_ssl_certs.py.
|
||||
# Other certificates are simply fetched from the Internet servers they
|
||||
# Other certificates are simply fetched from the internet servers they
|
||||
# are meant to authenticate.
|
||||
|
||||
CERTFILE = data_file("keycert.pem")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue