Skip to content

Commit 058fbb9

Browse files
Typo
1 parent eb67c59 commit 058fbb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_lambda_powertools/exceptions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Shared warnings that don't belong to a single utility"""
1+
"""Shared exceptions that don't belong to a single utility"""
22

33

44
class InvalidEnvelopeExpressionError(Exception):

aws_lambda_powertools/warnings/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Shared exceptions that don't belong to a single utility"""
1+
"""Shared warnings that don't belong to a single utility"""
22

33

44
class PowertoolsWarning(UserWarning):

0 commit comments

Comments
 (0)