Skip to content

Commit 040689a

Browse files
committed
trimmed whitespace
1 parent f1cc4bb commit 040689a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ class Timestamp(_Timestamp):
15601560
15611561
Construct a timezone-aware UTC datetime from a POSIX timestamp.
15621562
1563-
This method creates a datetime object from a POSIX timestamp, keeping the Timestamp
1563+
This method creates a datetime object from a POSIX timestamp, keeping the Timestamp
15641564
object's timezone.
15651565
15661566
Parameters
@@ -1572,7 +1572,7 @@ class Timestamp(_Timestamp):
15721572
--------
15731573
Timezone.tzname : Return time zone name.
15741574
Timestamp.utcnow : Return a new Timestamp representing UTC day and time.
1575-
Timestamp.fromtimestamp : Transform timestamp[, tz] to tz's local
1575+
Timestamp.fromtimestamp : Transform timestamp[, tz] to tz's local
15761576
time from POSIX timestamp.
15771577
15781578
Notes

0 commit comments

Comments
 (0)