Skip to content

Commit 2455161

Browse files
Siniademroeschke
andauthored
Update pandas/_libs/tslibs/offsets.pyx
Delete two examples from See Also for nanos Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 7186719 commit 2455161

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,10 +1047,6 @@ cdef class Tick(SingleConstructorOffset):
10471047
Returns an integer of the total number of nanoseconds.
10481048
tseries.offsets.Day.nanos :
10491049
Returns an integer of the total number of nanoseconds.
1050-
tseries.offsets.WeekOfMonth.nanos :
1051-
Raises a ValueError because the frequency is non-fixed.
1052-
tseries.offsets.YearBegin.nanos :
1053-
Raises a ValueError because the frequency is non-fixed.
10541050

10551051
Examples
10561052
--------

0 commit comments

Comments
 (0)