summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-07-02 10:07:49 +0200
committerDirk Mueller <dirk@dmllr.de>2013-07-12 09:36:07 +0200
commitf2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727 (patch)
treeebde2e7a2c874a3feaa9d6dd0e819426544b344b /keystoneclient/exceptions.py
parent8b40f573384a29751bd1883156023820c6994b51 (diff)
downloadpython-keystoneclient-f2ad113d1c65e94a3a9f4b1f53c9ab4b0dd01727.tar.gz
Fix and enable gating on H402
Docstring summaries need punctuation. Change-Id: I1b740c13d5fedf9a625ca0807c908f651ee08406
Diffstat (limited to 'keystoneclient/exceptions.py')
-rw-r--r--keystoneclient/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py
index 30426f8..6eece7b 100644
--- a/keystoneclient/exceptions.py
+++ b/keystoneclient/exceptions.py
@@ -29,12 +29,12 @@ class EndpointNotFound(Exception):
class EmptyCatalog(Exception):
- """The service catalog is empty. """
+ """The service catalog is empty."""
pass
class NoUniqueMatch(Exception):
- """Unable to find unique resource"""
+ """Unable to find unique resource."""
pass