summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/exc.py')
-rw-r--r--heatclient/exc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index d3d3cab..d768fbf 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -53,7 +53,7 @@ class HTTPMultipleChoices(HTTPException):
code = 300
def __str__(self):
- self.details = ("Requested version of OpenStack Images API is not"
+ self.details = ("Requested version of Heat API is not"
"available.")
return "%s (HTTP %s) %s" % (self.__class__.__name__, self.code,
self.details)