Skip to content

Commit 98537a4

Browse files
committed
DOC: Fix SS06 errors in pandas.DatetimeIndex
1 parent 7d9c200 commit 98537a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pandas/core/indexes/datetimes.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ def _new_DatetimeIndex(cls, d):
7878
)
7979
class DatetimeIndex(DatetimeTimedeltaMixin):
8080
"""
81-
Immutable ndarray of datetime64 data, represented internally as int64, and
82-
which can be boxed to Timestamp objects that are subclasses of datetime and
83-
carry metadata such as frequency information.
81+
Immutable ndarray of datetime64 data.
82+
83+
Represented internally as int64, and which can be boxed to Timestamp objects
84+
that are subclasses of datetime and carry metadata such as frequency information.
8485
8586
Parameters
8687
----------

0 commit comments

Comments
 (0)