Skip to content

Commit 6757399

Browse files
committed
add embedsignature to offsets.pyx
1 parent 04a6662 commit 6757399

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# cython: embedsignature=True
2+
13
import re
24
import time
35
import warnings
@@ -1180,6 +1182,11 @@ cdef class Day(Tick):
11801182
"""
11811183
Offset ``n`` days.
11821184
1185+
Parameters
1186+
----------
1187+
n : int
1188+
Number of multiples of the frequency.
1189+
11831190
Attributes
11841191
----------
11851192
n : int, default 1

0 commit comments

Comments
 (0)