Skip to content

Commit 86e670b

Browse files
committed
remove additional trials
1 parent 788534a commit 86e670b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ cdef class BaseOffset:
620620
@cache_readonly
621621
def freqstr(self) -> str:
622622
"""
623-
624623
Return a string representing the frequency.
625624

626625
See Also
@@ -647,7 +646,6 @@ cdef class BaseOffset:
647646

648647
>>> pd.offsets.Nano(-3).freqstr
649648
'-3ns'
650-
651649
"""
652650
try:
653651
code = self.rule_code
@@ -1179,11 +1177,6 @@ cdef class Day(Tick):
11791177
"""
11801178
Offset ``n`` days.
11811179
1182-
Parameters
1183-
----------
1184-
n : int
1185-
Number of multiples of the frequency (default 1).
1186-
11871180
Attributes
11881181
----------
11891182
n : int, default 1

0 commit comments

Comments
 (0)