]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46604: fix function name in ssl module docstring (GH-31064)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 May 2022 16:33:35 +0000 (09:33 -0700)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 16:33:35 +0000 (09:33 -0700)
commita23e4722fd51c5829dc747cea2d6cc2cbd17d1a1
tree4864e265f9179b7aff6e1af831887c31d1dec181
parent020f5c47d8137802d0f058ab2ed2dcb939a2eb8f
bpo-46604: fix function name in ssl module docstring (GH-31064)

The function fetch_server_certificate is replaced by get_server_certificate in the module. I reflected the change in the module docstrings.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit feca9bbd1f6489f2b6d2783bfc22fdb96e45b69f)

Co-authored-by: Kossi GLOKPOR <83467320+glk0@users.noreply.github.com>
Lib/ssl.py