From e2d29e9260528c2ab055d204d0ab547acd8a9560 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Mon, 5 Oct 2015 14:56:08 -0400 Subject: [PATCH] BUG: Use correct section name. --- zipline/pipeline/pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zipline/pipeline/pipeline.py b/zipline/pipeline/pipeline.py index 5c28eb9d..9a0e91a5 100644 --- a/zipline/pipeline/pipeline.py +++ b/zipline/pipeline/pipeline.py @@ -119,8 +119,8 @@ class Pipeline(object): """ Set a screen on this Pipeline. - Parameter - --------- + Parameters + ---------- filter : zipline.pipeline.Filter The filter to apply as a screen. overwrite : bool