Skip to content

Commit e51b767

Browse files
docs(parser): fix a a typo in SqsEnvelope (#7052)
Fix spelling mistake Signed-off-by: Dustin Alandzes <5882512+DustinAlandzes@users.noreply.github.com>
1 parent 2cedb72 commit e51b767

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/parser/envelopes

1 file changed

+1
-1
lines changed

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)