diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-07-19 16:44:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-07-19 16:44:19 +0000 |
| commit | 64334c0dc95ed5cdb10fefe5100d5a1e486132f1 (patch) | |
| tree | bf721098c29f20097f3b660b99f3c067ae95458b /openstackclient/common | |
| parent | 88c39ef48e2296590ed9dbf532f059ca06655b9e (diff) | |
| parent | 643d1d90fe31b1aceb986f668e1661f96203db57 (diff) | |
| download | python-openstackclient-64334c0dc95ed5cdb10fefe5100d5a1e486132f1.tar.gz | |
Merge "More minor docs fixes"
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/utils.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 6cd35c05..2f8419f4 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -186,9 +186,9 @@ def sort_items(items, sort_str): :param items: a list or generator object of items :param sort_str: a string defining the sort rules, the format is - '<key1>:[direction1],<key2>:[direction2]...', direction can be 'asc' - for ascending or 'desc' for descending, if direction is not given, - it's ascending by default + '<key1>:[direction1],<key2>:[direction2]...', direction can be 'asc' + for ascending or 'desc' for descending, if direction is not given, + it's ascending by default :return: sorted items """ if not sort_str: |
