summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordonPhillips <phjordon@amazon.com>2017-01-06 15:33:29 -0800
committerJordonPhillips <phjordon@amazon.com>2017-01-06 15:33:29 -0800
commitd4f1e19834885f958ff087e5532aa9eeb76ee2ed (patch)
treef851ed1d66a91793a0047253ab69471fea10e4a6
parenta220a99978bf90fbc733d74d9c0152315ee28de1 (diff)
downloadboto-d4f1e19834885f958ff087e5532aa9eeb76ee2ed.tar.gz
Remove old docstring from resolver
-rw-r--r--boto/endpoints.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/boto/endpoints.py b/boto/endpoints.py
index 96b11092..34a85cb1 100644
--- a/boto/endpoints.py
+++ b/boto/endpoints.py
@@ -42,11 +42,6 @@ class BotoEndpointResolver(EndpointResolver):
:param endpoint_data: Regions and endpoints data in the same format
as is used by botocore / boto3.
- :type legacy_endpoint_data: dict
- :param legacy_endpoint_data: Regions and endpoints data in the legacy
- format. This data takes precedence over any data found in
- `endpoint_data`.
-
:type service_rename_map: dict
:param service_rename_map: A mapping of boto2 service name to
endpoint prefix.