summaryrefslogtreecommitdiff
path: root/keystoneclient/fixture
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/fixture
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/fixture')
-rw-r--r--keystoneclient/fixture/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/keystoneclient/fixture/__init__.py b/keystoneclient/fixture/__init__.py
index 9e4de4b..158ad18 100644
--- a/keystoneclient/fixture/__init__.py
+++ b/keystoneclient/fixture/__init__.py
@@ -11,9 +11,10 @@
# under the License.
"""
-The generators in this directory produce keystone compliant structures for use
-in testing.
+Produce keystone compliant structures for testing.
+The generators in this directory produce keystone compliant structures for
+use in testing.
They should be considered part of the public API because they may be relied
upon to generate test tokens for other clients. However they should never be
imported into the main client (keystoneclient or other). Because of this there