Skip to content

Commit 0af7dad

Browse files
authored
Merge pull request #440 from hassaku63/fix-sampling-rule-docstring
Fix docstring typo about SamplingRule
2 parents 109a9d1 + 520cb00 commit 0af7dad

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)