Skip to content

Commit

Permalink
Updates docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Jan 10, 2025
1 parent e3e3267 commit 947cfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mygeotab/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def get_param(self):


class GeotabHTTPAdapter(HTTPAdapter):
"""HTTP adapter to force use of TLS 1.2 for HTTPS connections."""
"""HTTP adapter to enforce use of TLS for HTTPS."""

def init_poolmanager(self, connections, maxsize, block=False, **pool_kwargs):
ssl_context = create_urllib3_context(ssl_version=ssl.PROTOCOL_TLS_CLIENT)
Expand Down

0 comments on commit 947cfd8

Please sign in to comment.