summaryrefslogtreecommitdiff
path: root/keystoneclient/access.py
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-21 19:04:50 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-27 01:28:30 +0200
commitfe8f9023acb945ad3c201a42baa28179eb08b388 (patch)
tree8feae26748324004fb6caf4b73a3c12d4ad7a63a /keystoneclient/access.py
parent6691276ca29af20f4b081a6ec36f4d41b9ebece2 (diff)
downloadpython-keystoneclient-fe8f9023acb945ad3c201a42baa28179eb08b388.tar.gz
Fix and enable H401
Remove leading spaces from doc comments. Change-Id: I75b055c0d64dda478c63839d44158e301900107f
Diffstat (limited to 'keystoneclient/access.py')
-rw-r--r--keystoneclient/access.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/keystoneclient/access.py b/keystoneclient/access.py
index c8b4ffc..0f0bbd7 100644
--- a/keystoneclient/access.py
+++ b/keystoneclient/access.py
@@ -173,10 +173,10 @@ class AccessInfo(dict):
@property
def scoped(self):
- """ Returns true if the authorization token was scoped to a tenant
- (project), and contains a populated service catalog.
+ """Returns true if the authorization token was scoped to a tenant
+ (project), and contains a populated service catalog.
- This is deprecated, use project_scoped instead.
+ This is deprecated, use project_scoped instead.
:returns: bool
"""
@@ -184,8 +184,8 @@ class AccessInfo(dict):
@property
def project_scoped(self):
- """ Returns true if the authorization token was scoped to a tenant
- (project).
+ """Returns true if the authorization token was scoped to a tenant
+ (project).
:returns: bool
"""
@@ -193,7 +193,7 @@ class AccessInfo(dict):
@property
def domain_scoped(self):
- """ Returns true if the authorization token was scoped to a domain.
+ """Returns true if the authorization token was scoped to a domain.
:returns: bool
"""