Skip to content

Commit

Permalink
Merge pull request #441 from hassaku63/fix-context-docstring
Browse files Browse the repository at this point in the history
Fix docstring typo about Context class
  • Loading branch information
mxiamxia authored Jul 1, 2024
2 parents 0af7dad + 24c0d08 commit 1893d72
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 1893d72

Please sign in to comment.