From f35e662c12a3a8c4b7981f873371a1410d0864b9 Mon Sep 17 00:00:00 2001 From: Emerson Filho Date: Sun, 14 Apr 2024 09:17:07 -0300 Subject: [PATCH] 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. --- docs/utilities/typing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities/typing.md b/docs/utilities/typing.md index 9e2cc5024ab..5678bdf2527 100644 --- a/docs/utilities/typing.md +++ b/docs/utilities/typing.md @@ -38,7 +38,7 @@ Using `LambdaContext` typing makes it possible to access information and hints o === "working_with_context_function.py" - ```python hl_lines="6 16 25 26" + ```python hl_lines="6 15 22 23" --8<-- "examples/typing/src/working_with_context_function.py" ```