Skip to content

Commit b84ef90

Browse files
author
dcreekp
committed
DOC: small edits to pandas.Timestamp docstring
1 parent 2aec3e1 commit b84ef90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/_libs/tslibs/timestamps.pyx

+3-3
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ cdef class _Timestamp(datetime):
527527

528528
class Timestamp(_Timestamp):
529529
"""
530-
Pandas replacement for datetime.datetime
530+
Pandas replacement for python datetime.datetime object.
531531
532532
Timestamp is the pandas equivalent of python's Datetime
533533
and is interchangeable with it in most cases. It's the type used
@@ -537,9 +537,9 @@ class Timestamp(_Timestamp):
537537
Parameters
538538
----------
539539
ts_input : datetime-like, str, int, float
540-
Value to be converted to Timestamp
540+
Value to be converted to Timestamp.
541541
freq : str, DateOffset
542-
Offset which Timestamp will have
542+
Offset which Timestamp will have.
543543
tz : str, pytz.timezone, dateutil.tz.tzfile or None
544544
Time zone for time which Timestamp will have.
545545
unit : str

0 commit comments

Comments
 (0)