Skip to content

Commit 4729e68

Browse files
authored
Merge pull request kubernetes-client#207 from gabrielpjordao/patch-1
Put whitespaces around equal sign on README
2 parents 70237af + 9b614c3 commit 4729e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ from kubernetes import client, config
3535
# Configs can be set in Configuration class directly or using helper utility
3636
config.load_kube_config()
3737

38-
v1=client.CoreV1Api()
38+
v1 = client.CoreV1Api()
3939
print("Listing pods with their IPs:")
4040
ret = v1.list_pod_for_all_namespaces(watch=False)
4141
for i in ret.items:

0 commit comments

Comments
 (0)