Skip to content

Commit

Permalink
show paginator/waiter return types in markdown (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-finnigan committed Dec 13, 2023
1 parent ec7c2ee commit 184ebeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions botocore/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def get_paginator(self, operation_name):
pageable. You can use the ``client.can_paginate`` method to
check if an operation is pageable.
:rtype: L{botocore.paginate.Paginator}
:rtype: ``botocore.paginate.Paginator``
:return: A paginator object.
"""
Expand Down Expand Up @@ -1243,7 +1243,7 @@ def get_waiter(self, waiter_name):
section of the service docs for a list of available waiters.
:returns: The specified waiter object.
:rtype: botocore.waiter.Waiter
:rtype: ``botocore.waiter.Waiter``
"""
config = self._get_waiter_config()
if not config:
Expand Down

0 comments on commit 184ebeb

Please sign in to comment.