From 559cc72b4aa197a053ade1df76e45dc5f48cc842 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 26 Jan 2026 13:56:29 +0000 Subject: [PATCH] fix typo in paginators POD --- templates/default/paginator_documentation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/paginator_documentation.tt b/templates/default/paginator_documentation.tt index 33dd98e74a..1cc6bff8ce 100644 --- a/templates/default/paginator_documentation.tt +++ b/templates/default/paginator_documentation.tt @@ -49,7 +49,7 @@ If passed a sub as first parameter, it will call the sub for each element found - [% param %], passing the object as the first parameter, and the string '[% param %]' as the second parameter [% END -%] -If not, it will return a [% out_shape = c.shapename_for_operation_output(op_name); IF (out_shape) %]a L<[% c.api %]::[% out_shape %]> instance[% ELSE %]nothing[% END %] with all the [%- FOREACH param = c.paginator_result_key(paginator) %]Cs; [% 'and' IF (not loop.last)%][% END %] from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. +If not, it will return a [% out_shape = c.shapename_for_operation_output(op_name); IF (out_shape) %]a L<[% c.api %]::[% out_shape %]> instance[% ELSE %]nothing[% END %] with all the [%- FOREACH param = c.paginator_result_key(paginator) %]Cs; [% 'and' IF (not loop.last)%][% END %] from all the responses. Please take into account that this mode can potentially consume vast amounts of memory. [% END %]