Skip to content

Commit b436f83

Browse files
author
evanroman
committed
Add the at the beginning for consistency
1 parent 9140b0d commit b436f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ The [`Context`](/python/api/azure-functions/azure.functions.context) class has t
872872
| `function_directory` | The directory in which the function is running. |
873873
| `function_name` | The name of the function. |
874874
| `invocation_id` | The ID of the current function invocation. |
875-
| `thread_local_storage` | Thread local storage. Contains a local `invocation_id` for [logging from created threads](#logging-from-created-threads). |
875+
| `thread_local_storage` | The thread local storage of the function. Contains a local `invocation_id` for [logging from created threads](#logging-from-created-threads). |
876876
| `trace_context` | The context for distributed tracing. For more information, see [`Trace Context`](https://www.w3.org/TR/trace-context/). |
877877
| `retry_context` | The context for retries to the function. For more information, see [`retry-policies`](./functions-bindings-errors.md#retry-policies). |
878878

0 commit comments

Comments
 (0)