improve comments

This commit is contained in:
Priyanka Saggu 2021-04-27 22:42:51 +05:30 committed by GitHub
parent 0e37654613
commit adac2e0706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"))