From a46787711c7dd262dfef350025f7c5f526b43dd9 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 11 May 2016 14:57:06 -0400 Subject: [PATCH] DOC: Spell 'because' correctly. --- zipline/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/__main__.py b/zipline/__main__.py index d8171130..2f303f26 100644 --- a/zipline/__main__.py +++ b/zipline/__main__.py @@ -361,7 +361,7 @@ def bundles(): ingestions = [] # If we got no ingestions, either because the directory didn't exist or - # becuase there were no entries, print a single message indicating that + # because there were no entries, print a single message indicating that # no ingestions have yet been made. for timestamp in ingestions or [""]: print("%s %s" % (bundle, timestamp))