mirror of https://github.com/python/cpython
Fix a typo in the message from make_ssl_certs. (GH-30152)
The file is utils.py not util.py. Automerge-Triggered-By: GH:gpshead
This commit is contained in:
parent
8d6155ee9d
commit
69ef1b5998
|
@ -307,6 +307,6 @@ if __name__ == '__main__':
|
|||
f.write(cert)
|
||||
|
||||
unmake_ca()
|
||||
print("update Lib/test/test_ssl.py and Lib/test/test_asyncio/util.py")
|
||||
print("update Lib/test/test_ssl.py and Lib/test/test_asyncio/utils.py")
|
||||
print_cert('keycert.pem')
|
||||
print_cert('keycert3.pem')
|
||||
|
|
Loading…
Reference in New Issue