From af2280e695f9430fdb0ba452594f3f9c4cb9592d Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Tue, 8 Nov 2016 13:30:51 +0100 Subject: [PATCH] Update docstring --- tests/pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipelines.py b/tests/pipelines.py index d81cfa93d..ddfbc7a99 100644 --- a/tests/pipelines.py +++ b/tests/pipelines.py @@ -1,5 +1,5 @@ """ -Some pipelines used for testing and benchmarking +Some pipelines used for testing """ class ZeroDivisionErrorPipeline(object):