Skip to content

Commit

Permalink
Add doc string to PageIterator (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlm6693 authored Jun 6, 2022
1 parent 8893847 commit d99b1fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions botocore/paginate.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ def get_paginator(self, operation_name):


class PageIterator:
"""An iterable object to pagiante API results.
Please note it is NOT a python iterator.
Use ``iter`` to wrap this as a generator.
"""

def __init__(
self,
method,
Expand Down

0 comments on commit d99b1fd

Please sign in to comment.