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 4f8a062..b764942 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -167,7 +167,7 @@ class HTTPServiceUnavailable(ServiceUnavailable):
pass
-#NOTE(bcwaldon): Build a mapping of HTTP codes to corresponding exception
+# NOTE(bcwaldon): Build a mapping of HTTP codes to corresponding exception
# classes
_code_map = {}
for obj_name in dir(sys.modules[__name__]):