Skip to content

Commit ae331b0

Browse files
author
Michael Brewer
authored
docs(tracer): Fix line highlighting (#395)
1 parent 9be19b2 commit ae331b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: docs/core/tracer.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before your use this utility, your AWS Lambda function [must have permissions](h
2424
> Example using AWS Serverless Application Model (SAM)
2525
2626
=== "template.yml"
27-
```yaml hl_lines="7 10"
27+
```yaml hl_lines="6 9"
2828
Resources:
2929
HelloWorldFunction:
3030
Type: AWS::Serverless::Function
@@ -119,7 +119,8 @@ You can trace asynchronous functions and generator functions (including context
119119

120120

121121
=== "Async"
122-
```python hl_lines="8"
122+
123+
```python hl_lines="7"
123124
import asyncio
124125
import contextlib
125126
from aws_lambda_powertools import Tracer

0 commit comments

Comments
 (0)