From 752a2c39629efc35a97286f6adc0b4c85ae909d4 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Sat, 10 Oct 2015 05:37:22 -0400 Subject: [PATCH] DOC: Fix comment typo. Reader/Writer --- zipline/data/us_equity_pricing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/data/us_equity_pricing.py b/zipline/data/us_equity_pricing.py index 4cac87d6..9fb4d32c 100644 --- a/zipline/data/us_equity_pricing.py +++ b/zipline/data/us_equity_pricing.py @@ -462,7 +462,7 @@ class BcolzDailyBarReader(object): class SQLiteAdjustmentWriter(object): """ - Writer for data to be read by SQLiteAdjustmentWriter + Writer for data to be read by SQLiteAdjustmentReader Parameters ----------