Skip to content

Commit 9979503

Browse files
committed
docs(parser): fix highlighted line
1 parent d55f218 commit 9979503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use the decorator for fail fast scenarios where you want your Lambda function to
6363
???+ note
6464
**This decorator will replace the `event` object with the parsed model if successful**. This means you might be careful when nesting other decorators that expect `event` to be a `dict`.
6565

66-
```python hl_lines="18" title="Parsing and validating upon invocation with event_parser decorator"
66+
```python hl_lines="19" title="Parsing and validating upon invocation with event_parser decorator"
6767
from aws_lambda_powertools.utilities.parser import event_parser, BaseModel
6868
from aws_lambda_powertools.utilities.typing import LambdaContext
6969
from typing import List, Optional

0 commit comments

Comments
 (0)