diff options
author | Navid Pustchi <npustchi@gmail.com> | 2016-04-23 06:48:46 +0000 |
---|---|---|
committer | Navid Pustchi <npustchi@gmail.com> | 2016-04-23 17:47:25 +0000 |
commit | 20e23f3e0dfb8853d39eedacd19f8c4f8a434fca (patch) | |
tree | 1be597b34b43a618994aebe3066100688059a322 /keystoneclient/httpclient.py | |
parent | 946e928b5285a4994c4ef365b43295bdd90c9961 (diff) | |
download | python-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/httpclient.py')
-rw-r--r-- | keystoneclient/httpclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py index f56f130..59d5af4 100644 --- a/keystoneclient/httpclient.py +++ b/keystoneclient/httpclient.py @@ -147,7 +147,7 @@ class _KeystoneAdapter(adapter.LegacyJsonAdapter): class HTTPClient(baseclient.Client, base.BaseAuthPlugin): - """HTTP client + """HTTP client. .. warning:: |