summaryrefslogtreecommitdiff
path: root/keystoneclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-13 16:48:23 +0000
committerGerrit Code Review <review@openstack.org>2017-06-13 16:48:23 +0000
commita6edbb10be6102e9773e3366cc1661331719fba8 (patch)
tree52380f99511be4389329230a28ea14af659cf23e /keystoneclient
parent0d0969a66b5e003798cfb737a22a7936803166fe (diff)
parentcfcf9ef798ab5241e223def332e8d7fe2dfca884 (diff)
downloadpython-keystoneclient-a6edbb10be6102e9773e3366cc1661331719fba8.tar.gz
Merge "Remove pbr warnerrors in favor of sphinx check"
Diffstat (limited to 'keystoneclient')
-rw-r--r--keystoneclient/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py
index 2e3270a..5b06be9 100644
--- a/keystoneclient/exceptions.py
+++ b/keystoneclient/exceptions.py
@@ -415,7 +415,7 @@ An alias of :py:exc:`keystoneauth1.exceptions.auth_plugins.NoMatchingPlugin`
class UnsupportedParameters(ClientException):
"""A parameter that was provided or returned is not supported.
- :param list(str) names: Names of the unsupported parameters.
+ :param List(str) names: Names of the unsupported parameters.
.. py:attribute:: names