]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46604: fix function name in ssl module docstring (#31064)
authorKossi GLOKPOR <83467320+glk0@users.noreply.github.com>
Tue, 3 May 2022 15:56:24 +0000 (15:56 +0000)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 15:56:24 +0000 (09:56 -0600)
commitfeca9bbd1f6489f2b6d2783bfc22fdb96e45b69f
treec420da3c7d39ac05cc478c6ac2393138f0d14a80
parentb156578bd63a94fe3d80a4c6a8dbc067feba5d06
bpo-46604: fix function name in ssl module docstring (#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>
Lib/ssl.py