Skip to content

Commit 836fa67

Browse files
Adressing Ruben's feedback
1 parent 0f33471 commit 836fa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/parameters/appconfig.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _get(self, name: str, **sdk_options) -> str:
129129

130130
# The return of get_latest_configuration can be null because this value is supposed to be cached
131131
# on the customer side.
132-
# We created dict that stores the most recently retrieved value for a specific configuration.
132+
# We created a dictionary that stores the most recently retrieved value for a specific configuration.
133133
# See https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/appconfigdata/client/get_latest_configuration.html
134134
if return_value:
135135
self.last_returned_value[name] = return_value

0 commit comments

Comments
 (0)