From 9f4f19524abac03e55a48d7c91d57d2e93da6430 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 29 Sep 2016 11:33:14 -0400 Subject: [PATCH] DOC: Fix docstring typo. --- zipline/utils/calendars/trading_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/utils/calendars/trading_calendar.py b/zipline/utils/calendars/trading_calendar.py index 9687103f..74239451 100644 --- a/zipline/utils/calendars/trading_calendar.py +++ b/zipline/utils/calendars/trading_calendar.py @@ -820,7 +820,7 @@ def days_at_time(days, t, tz, day_offset=0): t : datetime.time The time to apply as an offset to each day in ``days``. tz : pytz.timezone - The timezone to use to interpret ``tz``. + The timezone to use to interpret ``t``. day_offset : int The number of days we want to offset @days by