8000 Fix a typo in the message from make_ssl_certs. (GH-30152) · python/cpython@69ef1b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69ef1b5

Browse files
authored
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
1 parent 8d6155e commit 69ef1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/make_ssl_certs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ def print_cert(path):
307307
f.write(cert)
308308

309309
unmake_ca()
310-
print("update Lib/test/test_ssl.py and Lib/test/test_asyncio/util.py")
310+
print("update Lib/test/test_ssl.py and Lib/test/test_asyncio/utils.py")
311311
print_cert('keycert.pem')
312312
print_cert('keycert3.pem')

0 commit comments

Comments
 (0)
0