diff --git a/examples/node_labels.py b/examples/node_labels.py index 70936eec0..a4038d1a9 100644 --- a/examples/node_labels.py +++ b/examples/node_labels.py @@ -36,7 +36,7 @@ def main(): } } - # Creating a list of cluster nodes + # Listing the cluster nodes node_list = api_instance.list_node() print("%s\t\t%s" % ("NAME", "LABELS"))