Skip to content

Commit 273e03e

Browse files
committed
fix docstring typo about Context class
1 parent 109a9d1 commit 273e03e

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)