From a1e32224567ce1a7edc1cd9f66231b4d60849638 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 22 Apr 2013 15:56:03 -0400 Subject: [PATCH] STY: Tweak whitespace in comment. --- zipline/gens/tradesimulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/gens/tradesimulation.py b/zipline/gens/tradesimulation.py index f40fb2c5..276210df 100644 --- a/zipline/gens/tradesimulation.py +++ b/zipline/gens/tradesimulation.py @@ -408,7 +408,7 @@ class AlgorithmSimulator(object): with self.processor.threadbound(): for date, snapshot in stream: - # We're still in the warmup period. Use the event to + # We're still in the warmup period. Use the event to # update our universe, but don't yield any perf messages, # and don't send a snapshot to handle_data. if date < self.algo_start: