Merge "Remove comment reference to removed function"

This commit is contained in:
Zuul 2024-09-13 18:28:18 +00:00 committed by Gerrit Code Review
commit bf136cdb27

@ -1018,7 +1018,7 @@ class Connection(object):
if self.ssl:
ssl_params = dict()
# http://docs.python.org/library/ssl.html - ssl.wrap_socket
# http://docs.python.org/library/ssl.html
if self.ssl_version:
ssl_params['ssl_version'] = self.validate_ssl_version(
self.ssl_version)