summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/common/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/exceptions.py b/openstackclient/common/exceptions.py
index aa070b37..465c3c48 100644
--- a/openstackclient/common/exceptions.py
+++ b/openstackclient/common/exceptions.py
@@ -128,7 +128,7 @@ _code_map = dict((c.http_status, c) for c in [BadRequest, Unauthorized,
def from_response(response, body):
"""
- Return an instance of an ClientException or subclass
+ Return an instance of a ClientException or subclass
based on an httplib2 response.
Usage::