Skip to content

Commit 85981eb

Browse files
committed
DOC: add back Timestamp unit kw to doc-string
1 parent 0977cb6 commit 85981eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tslib.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ class Timestamp(_Timestamp):
233233
Offset which Timestamp will have
234234
tz : string, pytz.timezone, dateutil.tz.tzfile or None
235235
Time zone for time which Timestamp will have.
236+
unit : string
237+
numpy unit used for conversion, if ts_input is int or float
236238
"""
237239

238240
# Do not add ``dayfirst`` and ``yearfist`` to Timestamp based on the discussion

0 commit comments

Comments
 (0)