Skip to content

Commit e1e0fe2

Browse files
Fix highlight
1 parent f1efd08 commit e1e0fe2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/core/event_handler/appsync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Here's an example of how you can test your synchronous resolvers:
586586

587587
=== "assert_graphql_response_module.py"
588588

589-
```python hl_lines="11"
589+
```python hl_lines="10"
590590
--8<-- "examples/event_handler_graphql/src/assert_graphql_response_module.py"
591591
```
592592

docs/core/event_handler/bedrock_agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Test your routes by passing an [Agent for Amazon Bedrock proxy event](https://do
319319

320320
=== "assert_bedrock_agent_response.py"
321321

322-
```python hl_lines="21-23 27"
322+
```python hl_lines="22-24 28"
323323
--8<-- "examples/event_handler_bedrock_agents/src/assert_bedrock_agent_response.py"
324324
```
325325

docs/core/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ You can read standard output and assert whether metrics have been flushed. Here'
425425

426426
This will be needed when using `capture_cold_start_metric=True`, or when both `Metrics` and `single_metric` are used.
427427

428-
```python hl_lines="20-21 27"
428+
```python hl_lines="21-22 28"
429429
--8<-- "examples/metrics/src/assert_multiple_emf_blobs.py"
430430
```
431431

docs/utilities/data_masking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Testing your code with a simple erase operation
671671

672672
=== "test_lambda_mask.py"
673673

674-
```python hl_lines="22"
674+
```python
675675
--8<-- "examples/data_masking/tests/test_lambda_mask.py"
676676
```
677677

0 commit comments

Comments
 (0)