Skip to content

Commit

Permalink
Merge pull request kubernetes-client#587 from onkarganjewar/patch-1
Browse files Browse the repository at this point in the history
Fix typo in exec.py example
  • Loading branch information
k8s-ci-robot authored Sep 28, 2018
2 parents 6e0d543 + bc805e3 commit 3459c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
exit(1)

if not resp:
print("Pod %s does not exits. Creating it..." % name)
print("Pod %s does not exist. Creating it..." % name)
pod_manifest = {
'apiVersion': 'v1',
'kind': 'Pod',
Expand Down

0 comments on commit 3459c17

Please sign in to comment.