Skip to content

Commit

Permalink
Put whitespaces around equal sign on README
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpjordao authored May 2, 2017
1 parent 1517bca commit 9b614c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b614c3

Please sign in to comment.