summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/exceptions.py')
-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