summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib
diff options
context:
space:
mode:
authorhgangwx <hgangwx@cn.ibm.com>2015-12-30 14:12:33 +0800
committerhgangwx <hgangwx@cn.ibm.com>2015-12-30 14:14:46 +0800
commitbc85765e474bb40534dadb4eba76689650a468b7 (patch)
tree3f6aa9244576fca67d76d77fbdb980d548d926e1 /keystoneclient/contrib
parentf8c47a1aa0c12e2fb374e66f8787287069acbdd9 (diff)
downloadpython-keystoneclient-bc85765e474bb40534dadb4eba76689650a468b7.tar.gz
Wrong usage of "a/an"
Wrong usage of "a/an" in the messages: "string that is the id field for an pre-existing" "build a etree.XML object filling certain" Should be: "string that is the id field for a pre-existing" "build an etree.XML object filling certain" Totally 2 occurrences in python-keystoneclient base code. Change-Id: Icef5247672f95af87375a4a135a961aefb0a4906
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 2e74996..541e0d5 100644
--- a/keystoneclient/contrib/auth/v3/saml2.py
+++ b/keystoneclient/contrib/auth/v3/saml2.py
@@ -851,7 +851,7 @@ class ADFSUnscopedToken(_BaseSAMLPlugin):
This is a multistep process::
* Prepare ADFS Request Securty Token -
- build a etree.XML object filling certain attributes with proper user
+ build an etree.XML object filling certain attributes with proper user
credentials, created/expires dates (ticket is be valid for 120 seconds
as currently we don't handle reusing ADFS issued security tokens) .
Step handled by ``ADFSUnscopedToken._prepare_adfs_request()`` method.