Skip to content

Commit 1893d72

Browse files
authored
Merge pull request #441 from hassaku63/fix-context-docstring
Fix docstring typo about Context class
2 parents 0af7dad + 24c0d08 commit 1893d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_xray_sdk/core/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Context:
2222
replace the current stored entities and to clean up the storage.
2323
2424
For any data access or data mutation, if there is no active segment present
25-
if will use user-defined behavior to handle such case. By default it throws
25+
it will use user-defined behavior to handle such case. By default it throws
2626
an runtime error.
2727
2828
This data structure is thread-safe.

0 commit comments

Comments
 (0)