summaryrefslogtreecommitdiff
path: root/openstack/common/cliutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/cliutils.py')
-rw-r--r--openstack/common/cliutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/cliutils.py b/openstack/common/cliutils.py
index c27a01ba..bd6a70f9 100644
--- a/openstack/common/cliutils.py
+++ b/openstack/common/cliutils.py
@@ -140,7 +140,7 @@ def isunauthenticated(func):
def print_list(objs, fields, formatters=None, sortby_index=0,
mixed_case_fields=None, field_labels=None):
- """Print a list or objects as a table, one row per object.
+ """Print a list of objects as a table, one row per object.
:param objs: iterable of :class:`Resource`
:param fields: attributes that correspond to columns, in order