Skip to content

Commit 9d149f1

Browse files
chore: typo
Co-authored-by: Ruben Fonseca <[email protected]> Signed-off-by: Heitor Lessa <[email protected]>
1 parent 4ec3c7e commit 9d149f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/feature_flags/feature_flags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def get_enabled_features(self, *, context: Optional[Dict[str, Any]] = None) -> L
392392
return features_enabled
393393

394394
def validation_exception_handler(self, exc_class: Exception | list[Exception]):
395-
"""Registers function to handle unexpected exceptions when evaluating flags.
395+
"""Registers function to handle unexpected validation exceptions when evaluating flags.
396396
397397
It does not override the function of a default flag value in case of network and IAM permissions.
398398
For example, you won't be able to catch ConfigurationStoreError exception.

0 commit comments

Comments
 (0)