Fix duplicated words issue like "each each user_id"

This is to fix the duplicated words issue like
"one for each each user_id in the provided group_id".

Change-Id: Iacb8e713253288d203834355f1de12482c2c029e
This commit is contained in:
zhufl 2020-01-06 13:50:35 +08:00
parent 57c143259a
commit a4b7a6106e
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ Identity Provider, it can found by querying its metadata endpoint:
For an OpenID Connect IdP, it is the Identity Provider's Issuer Identifier.
A remote ID must be globally unique: two identity providers cannot be associated
with the same remote ID. The remote ID will usually appear as a URN but but need
with the same remote ID. The remote ID will usually appear as a URN but need
not be a resolvable URL.
The local name, called ``samltest`` in our example, is decided by you and will

View File

@ -456,7 +456,7 @@ class Manager(manager.Manager):
}
Once expanded, it should be returned as a list of entities like the
one below, one for each each user_id in the provided group_id.
one below, one for each user_id in the provided group_id.
::
@ -520,7 +520,7 @@ class Manager(manager.Manager):
}
Once expanded, it should be returned as a list of entities like the
one below, one for each each user_id in the provided group_id and
one below, one for each user_id in the provided group_id and
for each subproject_id in the project_id subtree.
::