Skip to content

Commit 0f992b6

Browse files
chore(docs): Update highlighted lines in working_with_context_function.py
Issue: #4117 Enhancing clarity and correctness in the documentation by accurately reflecting the relevant lines in the code snippet.
1 parent c0622a5 commit 0f992b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/typing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Using `LambdaContext` typing makes it possible to access information and hints o
3838

3939
=== "working_with_context_function.py"
4040

41-
```python hl_lines="6 16 25 26"
41+
```python hl_lines="6 15 22 23"
4242
--8<-- "examples/typing/src/working_with_context_function.py"
4343
```
4444

0 commit comments

Comments
 (0)