Skip to content

Commit

Permalink
fix docstring typo about Context class
Browse files Browse the repository at this point in the history
  • Loading branch information
hassaku63 committed Jun 29, 2024
1 parent 109a9d1 commit 273e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_xray_sdk/core/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 273e03e

Please sign in to comment.