mirror of https://github.com/python/cpython.git
Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)
The file is utils.py not util.py.
Automerge-Triggered-By: GH:gpshead
(cherry picked from commit 69ef1b5998
)
Co-authored-by: Yilei "Dolee" Yang <yileiyang9@gmail.com>
This commit is contained in:
parent
09d7319bfe
commit
cbb4d4a642
|
@ -307,6 +307,6 @@ def print_cert(path):
|
|||
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