Skip to content

Commit 95df5e1

Browse files
committed
Fix doc string to be in row format
1 parent 60d7088 commit 95df5e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/_libs/tslibs/ccalendar.pyx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ cpdef iso_calendar_t get_iso_calendar(int year, int month, int day) nogil:
171171
172172
Returns
173173
-------
174-
(year : int32_t, week : int32_t, day : int32_t)
174+
year : int32_t
175+
week : int32_t
176+
day : int32_t
175177
176178
Notes
177179
-----

0 commit comments

Comments
 (0)