From 9b614c3a4957586e28c1e6f10395a20e19ef63b2 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 2 May 2017 10:00:44 -0300 Subject: [PATCH] Put whitespaces around equal sign on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93903ed30..067e503e6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ from kubernetes import client, config # Configs can be set in Configuration class directly or using helper utility config.load_kube_config() -v1=client.CoreV1Api() +v1 = client.CoreV1Api() print("Listing pods with their IPs:") ret = v1.list_pod_for_all_namespaces(watch=False) for i in ret.items: