From 64f685ad635a78ef4e1cb237652425c818219532 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Tue, 29 May 2012 14:29:45 -0700 Subject: minor fixes Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915 --- openstackclient/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/common/exceptions.py') 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:: -- cgit v1.2.1