Skip to content

Commit 1511911

Browse files
croniter: fix typo (#14337)
Had to stare at this stub for a while to notice the bug...
1 parent 7aad255 commit 1511911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/croniter/croniter/croniter.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class croniter(Generic[_R_co]):
188188
@overload
189189
def get_next(
190190
self, ret_type: type[_R2_co], start_time: float | datetime.datetime | None = None, update_current: bool = True
191-
) -> _R_co: ...
191+
) -> _R2_co: ...
192192
@overload
193193
def get_next(
194194
self, ret_type: None = None, start_time: float | datetime.datetime | None = None, update_current: bool = True

0 commit comments

Comments
 (0)