Skip to content

Commit c37ba71

Browse files
committed
DOC: fix PR01 error of pandas.DatetimeIndex
1 parent 98537a4 commit c37ba71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/datetimes.py

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class DatetimeIndex(DatetimeTimedeltaMixin):
9494
'infer' can be passed in order to set the frequency of the index as the
9595
inferred frequency upon creation.
9696
tz : pytz.timezone or dateutil.tz.tzfile
97+
Timezone of the datetime.
9798
ambiguous : 'infer', bool-ndarray, 'NaT', default 'raise'
9899
When clocks moved backward due to DST, ambiguous times may arise.
99100
For example in Central European Time (UTC+01), when going from 03:00

0 commit comments

Comments
 (0)