Skip to content

Commit 24c0d08

Browse files
authored
Merge branch 'master' into fix-context-docstring
2 parents 273e03e + 0af7dad commit 24c0d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_xray_sdk/core/sampling/local/sampling_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class SamplingRule:
77
"""
8-
One SamolingRule represents one rule defined from local rule json file
8+
One SamplingRule represents one rule defined from local rule json file
99
or from a dictionary. It can be either a custom rule or default rule.
1010
"""
1111
FIXED_TARGET = 'fixed_target'

0 commit comments

Comments
 (0)