Skip to content

Commit 5be6dc6

Browse files
committed
DOC: small fix on Timestamp doc-string
1 parent e3579a5 commit 5be6dc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tslib.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ 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
238236
"""
239237

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

0 commit comments

Comments
 (0)