Skip to content

Commit b0a8ba0

Browse files
author
y-p
committed
DOC: tweak docstring
1 parent acd465f commit b0a8ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tslib.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def _is_fixed_offset(tz):
121121
class Timestamp(_Timestamp):
122122
"""TimeStamp is the pandas equivalent of python's Datetime
123123
and is interchangable with it in most cases. It's the type used
124-
in the label making up a DatetimeIndex, use by the various
125-
timeseries oriented data structures in pandas.
124+
for the entries that make up a DatetimeIndex, and other timeseries
125+
oriented data structures in pandas.
126126
"""
127127

128128
@classmethod

0 commit comments

Comments
 (0)