Skip to content

Commit cb319a7

Browse files
Fix spelling mistake
Signed-off-by: Dustin Alandzes <5882512+DustinAlandzes@users.noreply.github.com>
1 parent d017744 commit cb319a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aws_lambda_powertools/utilities/parser/envelopes

aws_lambda_powertools/utilities/parser/envelopes/sqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SqsEnvelope(BaseEnvelope):
1919
Regardless of its type it'll be parsed into a BaseModel object.
2020
2121
Note: Records will be parsed the same way so if model is str,
22-
all items in the list will be parsed as str and npt as JSON (and vice versa)
22+
all items in the list will be parsed as str and not as JSON (and vice versa)
2323
"""
2424

2525
def parse(self, data: dict[str, Any] | Any | None, model: type[Model]) -> list[Model | None]:

0 commit comments

Comments
 (0)