File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1328,7 +1328,7 @@ def date(self) -> npt.NDArray[np.object_]:
1328
1328
1329
1329
def isocalendar (self ) -> DataFrame :
1330
1330
"""
1331
- Returns a DataFrame with the year, week, and day calculated according to
1331
+ Return a DataFrame with the year, week, and day calculated according to
1332
1332
the ISO 8601 standard.
1333
1333
1334
1334
.. versionadded:: 1.1.0
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ def freq(self):
243
243
244
244
def isocalendar (self ):
245
245
"""
246
- Returns a DataFrame with the year, week, and day calculated according to
246
+ Return a DataFrame with the year, week, and day calculated according to
247
247
the ISO 8601 standard.
248
248
249
249
.. versionadded:: 1.1.0
You can’t perform that action at this time.
0 commit comments