Skip to content

Commit 07f5118

Browse files
committed
fix summary
1 parent ba50cbc commit 07f5118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/arrays/datetimes.py

+1-1
Original file line numberDiff line numberDiff 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

pandas/core/indexes/accessors.py

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)