From 97f23e0ad00deae74604e963e62687d347e9dc93 Mon Sep 17 00:00:00 2001 From: mans2singh Date: Wed, 12 Oct 2022 20:21:25 -0400 Subject: [PATCH] Updated example steps --- 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 f71c8126e5..cdde822b3a 100644 --- a/examples/node_labels.py +++ b/examples/node_labels.py @@ -16,7 +16,7 @@ This example demonstrates the following: - Get a list of all the cluster nodes - Iterate through each node list item - - Add or overwirite label "foo" with the value "bar" + - Add or overwrite label "foo" with the value "bar" - Remove the label "baz" - Return the list of node with updated labels """