summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-04-23 06:48:46 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-04-23 17:47:25 +0000
commit20e23f3e0dfb8853d39eedacd19f8c4f8a434fca (patch)
tree1be597b34b43a618994aebe3066100688059a322 /keystoneclient/v2_0
parent946e928b5285a4994c4ef365b43295bdd90c9961 (diff)
downloadpython-keystoneclient-20e23f3e0dfb8853d39eedacd19f8c4f8a434fca.tar.gz
Fix D400 PEP257 violation.
Currently tox ignores D400. D400: First line should end with a period. This change removes it and make keystoneclient docstrings compliant with it. Change-Id: I29ecb4c58bb03c0b9a3be0b7a74d18fb06a350f2
Diffstat (limited to 'keystoneclient/v2_0')
-rw-r--r--keystoneclient/v2_0/tenants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/v2_0/tenants.py b/keystoneclient/v2_0/tenants.py
index b222fa4..2c95ae1 100644
--- a/keystoneclient/v2_0/tenants.py
+++ b/keystoneclient/v2_0/tenants.py
@@ -23,7 +23,7 @@ from keystoneclient import exceptions
class Tenant(base.Resource):
- """Represents a Keystone tenant
+ """Represents a Keystone tenant.
Attributes:
* id: a uuid that identifies the tenant