summaryrefslogtreecommitdiff
path: root/openstackclient/common/exceptions.py
diff options
context:
space:
mode:
authorMatt Joyce <matt.joyce@cloudscaling.com>2012-05-29 14:29:45 -0700
committerMatt Joyce <matt.joyce@cloudscaling.com>2012-05-29 14:31:00 -0700
commit64f685ad635a78ef4e1cb237652425c818219532 (patch)
tree7237385ca507d8c5e497de5de92ff35258261591 /openstackclient/common/exceptions.py
parent8d089518f087a6072b75fdce8b69d7e302cfb374 (diff)
downloadpython-openstackclient-64f685ad635a78ef4e1cb237652425c818219532.tar.gz
minor fixes
Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
Diffstat (limited to 'openstackclient/common/exceptions.py')
-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::