We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba50cbc commit 07f5118Copy full SHA for 07f5118
pandas/core/arrays/datetimes.py
@@ -1328,7 +1328,7 @@ def date(self) -> npt.NDArray[np.object_]:
1328
1329
def isocalendar(self) -> DataFrame:
1330
"""
1331
- Returns a DataFrame with the year, week, and day calculated according to
+ Return a DataFrame with the year, week, and day calculated according to
1332
the ISO 8601 standard.
1333
1334
.. versionadded:: 1.1.0
pandas/core/indexes/accessors.py
@@ -243,7 +243,7 @@ def freq(self):
243
244
def isocalendar(self):
245
246
247
248
249
0 commit comments