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_]:
13281328
13291329 def isocalendar (self ) -> DataFrame :
13301330 """
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
13321332 the ISO 8601 standard.
13331333
13341334 .. versionadded:: 1.1.0
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ def freq(self):
243243
244244 def isocalendar (self ):
245245 """
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
247247 the ISO 8601 standard.
248248
249249 .. versionadded:: 1.1.0
You can’t perform that action at this time.
0 commit comments