diff options
author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-05-02 15:38:49 -0500 |
---|---|---|
committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-05-02 15:38:49 -0500 |
commit | 8cf2829d536ed6a6fcaec91d090d4b04f74b96c0 (patch) | |
tree | a099c5ea328e89fdbe543259f30388d4f9bc382d /keystoneclient/service_catalog.py | |
parent | 9b1feca895c1ebf356dcb600996966efee96f11a (diff) | |
download | python-keystoneclient-8cf2829d536ed6a6fcaec91d090d4b04f74b96c0.tar.gz |
Fix docstrings in keystoneclient
Trusts and service catalog had a few malformed docstrings
that caused warnings when building docs.
Change-Id: Iea8612c3aaebea54c00b02c73c77f0c9e79f86bc
Partial-Bug: #1315523
Diffstat (limited to 'keystoneclient/service_catalog.py')
-rw-r--r-- | keystoneclient/service_catalog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/service_catalog.py b/keystoneclient/service_catalog.py index 3018e34..7fdf856 100644 --- a/keystoneclient/service_catalog.py +++ b/keystoneclient/service_catalog.py @@ -205,7 +205,7 @@ class ServiceCatalog(object): :param string endpoint_type: Type of endpoint. :param string region_name: Region of the endpoint. :param string service_name: The assigned name of the service. - : + """ if not self.get_data(): raise exceptions.EmptyCatalog('The service catalog is empty.') |