summaryrefslogtreecommitdiff
path: root/keystoneclient/discover.py
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-04-23 03:19:58 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-04-23 06:25:20 +0000
commit946e928b5285a4994c4ef365b43295bdd90c9961 (patch)
tree7e535845a5be75af7b0f2cae1e96186385e34c32 /keystoneclient/discover.py
parentc0893709305260fa1d2df967e973363db614624d (diff)
downloadpython-keystoneclient-946e928b5285a4994c4ef365b43295bdd90c9961.tar.gz
Fix D401 PEP257 violation.
Currently tox ignores D401. 401: First line should be in imperative mood. This change removes it and make keystoneclient docstrings compliant with it. Change-Id: If34ff12d18390b357342cf29f2d116dd3c86a44d
Diffstat (limited to 'keystoneclient/discover.py')
-rw-r--r--keystoneclient/discover.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/discover.py b/keystoneclient/discover.py
index 8de0d53..d316fdc 100644
--- a/keystoneclient/discover.py
+++ b/keystoneclient/discover.py
@@ -339,7 +339,7 @@ class Discover(_discover.Discover):
def add_catalog_discover_hack(service_type, old, new):
- """Adds a version removal rule for a particular service.
+ """Add a version removal rule for a particular service.
Originally deployments of OpenStack would contain a versioned endpoint in
the catalog for different services. E.g. an identity service might look