summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-12-17 05:51:11 (GMT)
committerGitHub <noreply@github.com>2021-12-17 05:51:11 (GMT)
commitcbb4d4a642f7f58f0dc1a89a4af6fb4bc80db41b (patch)
tree3e8feb4d7b29d7814ba7c82aa40dafa0325a2a2f
parent09d7319bfe0006d9aa3fc14833b69c24ccafdca6 (diff)
downloadcpython-cbb4d4a642f7f58f0dc1a89a4af6fb4bc80db41b.zip
cpython-cbb4d4a642f7f58f0dc1a89a4af6fb4bc80db41b.tar.gz
cpython-cbb4d4a642f7f58f0dc1a89a4af6fb4bc80db41b.tar.bz2
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 69ef1b59983065ddb0b712dac3b04107c5059735) Co-authored-by: Yilei "Dolee" Yang <yileiyang9@gmail.com>
-rw-r--r--Lib/test/make_ssl_certs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/make_ssl_certs.py b/Lib/test/make_ssl_certs.py
index c62896f..94a35a6 100644
--- a/Lib/test/make_ssl_certs.py
+++ b/Lib/test/make_ssl_certs.py
@@ -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')