DOC: Fix docstring typo.

This commit is contained in:
Scott Sanderson
2016-09-29 11:33:14 -04:00
committed by Andrew Liang
parent 2a92b892ed
commit 9f4f19524a
+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