]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a typo in the message from make_ssl_certs. (GH-30152)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Dec 2021 05:49:37 +0000 (21:49 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 05:49:37 +0000 (21:49 -0800)
commit212014d8c4eca546104a719938899a51bd497487
tree0df326a37af970849a4684adc41391710cf34bb4
parent864ec170e14b663f999eb415a4f1a0067ec6833a
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
(cherry picked from commit 69ef1b59983065ddb0b712dac3b04107c5059735)

Co-authored-by: Yilei "Dolee" Yang <yileiyang9@gmail.com>
Lib/test/make_ssl_certs.py