Skip to content

Commit 67ca8c9

Browse files
committed
update is_year_start example
1 parent cf0b97c commit 67ca8c9

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)