Skip to content

Commit 9c1db75

Browse files
Fix highlight
1 parent 56f014f commit 9c1db75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/utilities/jmespath_functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ You can use the `query` function with any [JMESPath expression](https://jmespath
3535
???+ tip
3636
Another common use case is to fetch deeply nested data, filter, flatten, and more.
3737

38-
=== "extract_data_from_envelope.py"
38+
=== "query.py"
3939
```python hl_lines="1 6 10"
40-
--8<-- "examples/jmespath_functions/src/extract_data_from_envelope.py"
40+
--8<-- "examples/jmespath_functions/src/query.py"
4141
```
4242

4343
=== "extract_data_from_envelope.json"
@@ -52,7 +52,7 @@ We provide built-in envelopes for popular AWS Lambda event sources to easily dec
5252

5353
=== "extract_data_from_builtin_envelope.py"
5454

55-
```python hl_lines="1-4 9"
55+
```python hl_lines="4-7 14"
5656
--8<-- "examples/jmespath_functions/src/extract_data_from_builtin_envelope.py"
5757
```
5858

@@ -102,7 +102,7 @@ This sample will deserialize the JSON string within the `data` key before valida
102102

103103
=== "powertools_json_jmespath_function.py"
104104

105-
```python hl_lines="5 8 34 45 48 51"
105+
```python hl_lines="5 6 34 45 48 51"
106106
--8<-- "examples/jmespath_functions/src/powertools_json_jmespath_function.py"
107107
```
108108

@@ -142,7 +142,7 @@ This sample will decode the base64 value within the `data` key, and deserialize
142142

143143
=== "powertools_base64_jmespath_function.py"
144144

145-
```python hl_lines="7 10 37 49 53 55 57"
145+
```python hl_lines="7 11 36 48 52 54 56"
146146
--8<-- "examples/jmespath_functions/src/powertools_base64_jmespath_function.py"
147147
```
148148

0 commit comments

Comments
 (0)