Skip to content

Commit a87d66d

Browse files
committed
fix flake8
1 parent 99b86fb commit a87d66d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ddtrace/sampler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ def __init__(self, rules=None, default_sample_rate=None, rate_limit=None):
131131
132132
:param rules: List of :class:`SamplingRule` rules to apply to the root span of every trace, default no rules
133133
:type rules: :obj:`list` of :class:`SamplingRule`
134-
:param default_sample_rate: The default sample rate to apply if no rules matched (default: ``None``/Use :class:`RateByServiceSampler` only)
134+
:param default_sample_rate: The default sample rate to apply if no rules matched (default: ``None`` /
135+
Use :class:`RateByServiceSampler` only)
135136
:type default_sample_rate: float 0 <= X <= 1.0
136137
:param rate_limit: Global rate limit (traces per second) to apply to all traces regardless of the rules
137138
applied to them, (default: ``100``)

0 commit comments

Comments
 (0)