diff options
Diffstat (limited to 'openstackclient/common/utils.py')
| -rw-r--r-- | openstackclient/common/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 4d2afd15..f72bb505 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -94,7 +94,7 @@ def format_dict(data): def get_item_properties(item, fields, mixed_case_fields=[], formatters={}): """Return a tuple containing the item properties. - :param item: a single item resource (e.g. Server, Tenant, etc) + :param item: a single item resource (e.g. Server, Project, etc) :param fields: tuple of strings with the desired field names :param mixed_case_fields: tuple of field names to preserve case :param formatters: dictionary mapping field names to callables |
