From adac2e07062afe5639b6fd62616665725cfa8c1b Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Tue, 27 Apr 2021 22:42:51 +0530 Subject: [PATCH] improve comments --- examples/node_labels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))