mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -307,6 +307,6 @@ def print_cert(path):
|
||||||
f.write(cert)
|
f.write(cert)
|
||||||
|
|
||||||
unmake_ca()
|
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('keycert.pem')
|
||||||
print_cert('keycert3.pem')
|
print_cert('keycert3.pem')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue