Skip to content

Commit 074cda8

Browse files
typo
1 parent 3110e46 commit 074cda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kmsauth/services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_boto_client(
1919
connect_timeout=None,
2020
read_timeout=None,
2121
):
22-
"""Get a boto3 client connection."""
22+
"""Get a boto3 client connection."""
2323
cache_key = '{0}:{1}:{2}:{3}'.format(
2424
client,
2525
region,
@@ -39,7 +39,7 @@ def get_boto_client(
3939
logging.error("Failed to get {0} client.".format(client))
4040
return None
4141

42-
# do not explicitly set any parmas as None
42+
# do not explicitly set any params as None
4343
config_params = dict(
4444
max_pool_connections=max_pool_connections,
4545
connect_timeout=connect_timeout,

0 commit comments

Comments
 (0)