mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
dateutil: byweekday can take weekday (#3046)
This commit is contained in:
committed by
Jelle Zijlstra
parent
55a566340a
commit
ed2a851ed8
2
third_party/2and3/dateutil/rrule.pyi
vendored
2
third_party/2and3/dateutil/rrule.pyi
vendored
@@ -46,7 +46,7 @@ class rrule(rrulebase):
|
||||
byyearday: Optional[Union[int, Iterable[int]]] = ...,
|
||||
byeaster: Optional[Union[int, Iterable[int]]] = ...,
|
||||
byweekno: Optional[Union[int, Iterable[int]]] = ...,
|
||||
byweekday: Optional[Union[int, Iterable[int]]] = ...,
|
||||
byweekday: Optional[Union[int, weekday, Iterable[int], Iterable[weekday]]] = ...,
|
||||
byhour: Optional[Union[int, Iterable[int]]] = ...,
|
||||
byminute: Optional[Union[int, Iterable[int]]] = ...,
|
||||
bysecond: Optional[Union[int, Iterable[int]]] = ...,
|
||||
|
||||
Reference in New Issue
Block a user