We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb67c59 commit 058fbb9Copy full SHA for 058fbb9
aws_lambda_powertools/exceptions/__init__.py
@@ -1,4 +1,4 @@
1
-"""Shared warnings that don't belong to a single utility"""
+"""Shared exceptions that don't belong to a single utility"""
2
3
4
class InvalidEnvelopeExpressionError(Exception):
aws_lambda_powertools/warnings/__init__.py
-"""Shared exceptions that don't belong to a single utility"""
+"""Shared warnings that don't belong to a single utility"""
class PowertoolsWarning(UserWarning):
0 commit comments