diff --git a/stgpytools/functions/funcs.py b/stgpytools/functions/funcs.py index 4e730fa..c88a284 100644 --- a/stgpytools/functions/funcs.py +++ b/stgpytools/functions/funcs.py @@ -11,7 +11,7 @@ def iterate( - base: T, function: Callable[Concatenate[T | R, P], T | R], + base: T, function: Callable[Concatenate[T | R, P], R], count: int, *args: P.args, **kwargs: P.kwargs ) -> T | R: """