Skip to content

Commit 520cb00

Browse files
committed
fix typo about SamplingRule class
1 parent 109a9d1 commit 520cb00

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)