summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib
diff options
context:
space:
mode:
authorMarek Denis <marek.denis@cern.ch>2014-10-15 13:34:19 +0200
committerMarek Denis <marek.denis@cern.ch>2014-10-15 13:34:19 +0200
commit8b267842a701970d4e1aae2f115afe4d73bc5ee6 (patch)
tree7e0d3a9c40a97c0da81f6312434aa11f74c243cd /keystoneclient/contrib
parent89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916 (diff)
downloadpython-keystoneclient-8b267842a701970d4e1aae2f115afe4d73bc5ee6.tar.gz
Docstrings should have :returns: everywhere.
Some of the docstrings have ``:return:`` instead of ``:returns:`` keyword. This patch fixes that and make it consistent. Change-Id: I4321a63798ab9e2abdf0bbd716bf2b995be22ba3
Diffstat (limited to 'keystoneclient/contrib')
-rw-r--r--keystoneclient/contrib/auth/v3/saml2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/contrib/auth/v3/saml2.py b/keystoneclient/contrib/auth/v3/saml2.py
index c9eedac..4ff0ef7 100644
--- a/keystoneclient/contrib/auth/v3/saml2.py
+++ b/keystoneclient/contrib/auth/v3/saml2.py
@@ -518,7 +518,7 @@ class ADFSUnscopedToken(_BaseSAMLPlugin):
and let Python raise the AttributeError.
:param session
- :return: True if cookie jar is nonempty, False otherwise
+ :returns: True if cookie jar is nonempty, False otherwise
:raises: AttributeError in case cookies are not find anywhere
"""