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 %]