trivial: fix word duplication in api ref

Change-Id: I3878fb9f36bb05dbb949f137a5d5c6664a27b69f
Closes-Bug: #1920256 
This commit is contained in:
Balazs Gibizer
2021年03月22日 09:22:39 +01:00
parent 3de7fb7c32
commit 559404c23b

View File

@@ -1244,7 +1244,7 @@ sort_dir_flavor:
Sort direction. A valid value is ``asc`` (ascending) or ``desc`` (descending).
Default is ``asc``. You can specify multiple pairs of sort key and sort direction
query parameters. If you omit the sort direction in a pair, the API uses the natural
sorting direction of the direction of the flavor ``sort_key`` attribute.
sorting direction of the flavor ``sort_key`` attribute.
in:query
required:false
type:string
@@ -1253,7 +1253,7 @@ sort_dir_server:
Sort direction. A valid value is ``asc`` (ascending) or ``desc`` (descending).
Default is ``desc``. You can specify multiple pairs of sort key and sort direction
query parameters. If you omit the sort direction in a pair, the API uses the natural
sorting direction of the direction of the server ``sort_key`` attribute.
sorting direction of the server ``sort_key`` attribute.
in:query
required:false
type:string
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.