From 273e03e7cce198c54b1e5e512a7b93762d08c967 Mon Sep 17 00:00:00 2001 From: hassaku63 Date: Sat, 29 Jun 2024 20:41:30 +0900 Subject: [PATCH] fix docstring typo about Context class --- aws_xray_sdk/core/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_xray_sdk/core/context.py b/aws_xray_sdk/core/context.py index 0a2f395e..11776355 100644 --- a/aws_xray_sdk/core/context.py +++ b/aws_xray_sdk/core/context.py @@ -22,7 +22,7 @@ class Context: replace the current stored entities and to clean up the storage. For any data access or data mutation, if there is no active segment present - if will use user-defined behavior to handle such case. By default it throws + it will use user-defined behavior to handle such case. By default it throws an runtime error. This data structure is thread-safe.