Wrong usage of "a"

Wrong usage of "a" in the messages:
"build a etree.XML object"
"Return a object representing the list"

Should be:
"build an etree.XML object"
"Return an object representing the list"

Totally 2 occurrences in keystoneauth base code.

Change-Id: I0299e16d5340b4f062e119dc95a529b812f7606c
This commit is contained in:
hgangwx 2015-12-30 19:42:15 +08:00
parent 8506001146
commit 35cad4a2ef
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ class AccessInfo(object):
@property
def service_providers(self):
"""Return a object representing the list of trusted service providers.
"""Return an object representing the list of trusted service providers.
Used for Keystone2Keystone federating-out.

View File

@ -387,7 +387,7 @@ class Password(base.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).