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
This commit is contained in:
hgangwx
2015-12-30 14:12:33 +08:00
parent f8c47a1aa0
commit bc85765e47
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -19,7 +19,7 @@ class Region(base.Resource):
Attributes:
* id: a string that identifies the region.
* description: a string that describes the region. Optional.
* parent_region_id: string that is the id field for an pre-existing
* parent_region_id: string that is the id field for a pre-existing
region in the backend. Allows for hierarchical region
organization
* enabled: determines whether the endpoint appears in the catalog.