Skip to content

Commit 91c8ba9

Browse files
committed
fix-ci-isocalendar
1 parent 63c39a5 commit 91c8ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ def isocalendar(self) -> DataFrame:
13361336
Returns
13371337
-------
13381338
DataFrame
1339-
with columns year, week and day
1339+
With columns year, week and day.
13401340
13411341
See Also
13421342
--------

0 commit comments

Comments
 (0)