From 14018b9ab77efd1d138e3a347b0cdf587314e9d0 Mon Sep 17 00:00:00 2001 From: scottsanderson Date: Wed, 4 Jul 2012 03:47:41 -0400 Subject: [PATCH] grammar police on comment --- zipline/core/component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/core/component.py b/zipline/core/component.py index 2d0619ce..4839e147 100644 --- a/zipline/core/component.py +++ b/zipline/core/component.py @@ -213,7 +213,7 @@ class Component(object): Run the component. Optionally takes an argument to catch and log all exceptions - raised during execution ues this with care since it makes it + raised during execution. Use this with care since it makes it very hard to debug since it mucks up your stacktraces. """