]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Dec 2021 05:51:11 +0000 (21:51 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 05:51:11 +0000 (21:51 -0800)
commitcbb4d4a642f7f58f0dc1a89a4af6fb4bc80db41b
tree3e8feb4d7b29d7814ba7c82aa40dafa0325a2a2f
parent09d7319bfe0006d9aa3fc14833b69c24ccafdca6
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>
Lib/test/make_ssl_certs.py