Skip to content

Commit 8efe16a

Browse files
committed
remove unnecessary spaces
1 parent fab9be3 commit 8efe16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2144,7 +2144,7 @@ def isocalendar(self) -> DataFrame:
21442144
dtype='datetime64[ns]', freq='BYS-JAN')
21452145
21462146
>>> idx.is_year_start
2147-
array([ True, True, True, True]
2147+
array([True, True, True, True]
21482148
""",
21492149
)
21502150
is_year_end = _field_accessor(

0 commit comments

Comments
 (0)