diff options
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r-- | Lib/test/test_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 0cd3fb4..d9e1843 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -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") |