diff --git a/botocore/client.py b/botocore/client.py index 7bbde0b856..85b6045036 100644 --- a/botocore/client.py +++ b/botocore/client.py @@ -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. """ @@ -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: