Skip to content

Commit 293dfef

Browse files
DOC: fixed the whitespace issue flagged in pep8 checks pandas-dev#33399
1 parent e6b9004 commit 293dfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5549,7 +5549,7 @@ def astype(
55495549
dtype: datetime64[ns]
55505550
55515551
Convert to datetime type with time zone:
5552-
5552+
55535553
>>> # localize to UTC and convert to US/Eastern time zone
55545554
>>> ser_date.astype('datetime64[ns, US/Eastern]')
55555555
0 2019-12-31 19:00:00-05:00

0 commit comments

Comments
 (0)