DOC: Fix docstring typo.

This commit is contained in:
Scott Sanderson
2016-09-30 16:35:24 -04:00
committed by Andrew Liang
parent d5ea9c4daa
commit 5b91175651
+1 -1
View File
@@ -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