fix method name typo in eventwindow

This commit is contained in:
scottsanderson
2012-08-07 15:11:22 -04:00
parent 1f0e760856
commit c45b49a315
+1 -1
View File
@@ -184,7 +184,7 @@ class EventWindow:
if self.market_aware:
self.drop_condition = self.out_of_market_window
else:
self.drop_condition = self.out_of_timedelta
self.drop_condition = self.out_of_delta
@abstractmethod
def handle_add(self, event):