Skip to content

Commit

Permalink
add docstring to PageIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
David Miller committed Jun 6, 2022
1 parent c7d4e40 commit 630c04a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions botocore/paginate.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ def get_paginator(self, operation_name):


class PageIterator:
"""An iterable object to pagiante API results.
Please note it is NOT a python iterator"""

def __init__(
self,
method,
Expand Down

0 comments on commit 630c04a

Please sign in to comment.