summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Tan <lin.tan@intel.com>2015-11-03 17:10:46 +0800
committerLin Tan <lin.tan@intel.com>2015-11-03 17:12:04 +0800
commit7f37bf834820622b294d010106adc458c1b4f442 (patch)
tree2031c9275dd8ce3ee325448d7c8b107c5aa51363
parent426064f0d5c6bb5ebd76890a555ee6aa4519e241 (diff)
downloadoslo-incubator-7f37bf834820622b294d010106adc458c1b4f442.tar.gz
Correct a typo
Correct a typo in print_list comments Change-Id: I92bdf7681b8c36a1be299b3f7116cae0328efa1a
-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