From 9e0ad5de15e0849cdad4a7b12004d0e5855ae519 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 24 Mar 2016 11:54:19 -0400 Subject: [PATCH] DOC: Fix bincount in docstring. --- zipline/pipeline/factors/factor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)