diff --git a/zipline/pipeline/factors/factor.py b/zipline/pipeline/factors/factor.py index 3310523b..4edf66d4 100644 --- a/zipline/pipeline/factors/factor.py +++ b/zipline/pipeline/factors/factor.py @@ -790,7 +790,7 @@ class Factor(RestrictedDTypeMixin, ComputableTerm): Returns ------- deciles : zipline.pipeline.classifiers.Quantiles - A Classifier producing integer labels ranging from 0 to 4. + A Classifier producing integer labels ranging from 0 to 9. """ return self.quantiles(bins=10, mask=mask)