summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-21 19:04:50 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-27 01:28:30 +0200
commitfe8f9023acb945ad3c201a42baa28179eb08b388 (patch)
tree8feae26748324004fb6caf4b73a3c12d4ad7a63a /keystoneclient/exceptions.py
parent6691276ca29af20f4b081a6ec36f4d41b9ebece2 (diff)
downloadpython-keystoneclient-fe8f9023acb945ad3c201a42baa28179eb08b388.tar.gz
Fix and enable H401
Remove leading spaces from doc comments. Change-Id: I75b055c0d64dda478c63839d44158e301900107f
Diffstat (limited to 'keystoneclient/exceptions.py')
-rw-r--r--keystoneclient/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py
index 4b33ae0..30426f8 100644
--- a/keystoneclient/exceptions.py
+++ b/keystoneclient/exceptions.py
@@ -29,7 +29,7 @@ class EndpointNotFound(Exception):
class EmptyCatalog(Exception):
- """ The service catalog is empty. """
+ """The service catalog is empty. """
pass