From 4e535772a40be6a2c07977c030f62686cf5895fa Mon Sep 17 00:00:00 2001 From: hajowieland Date: Sat, 1 Jun 2019 13:44:12 +0200 Subject: [PATCH] Correct alignment --- examples/example3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example3.py b/examples/example3.py index 25c0d9a80..2ee3685b5 100644 --- a/examples/example3.py +++ b/examples/example3.py @@ -22,7 +22,7 @@ def main(): config.load_kube_config() print("Supported APIs (* is preferred version):") - print("%-20s %s" % + print("%-40s %s" % ("core", ",".join(client.CoreApi().get_api_versions().versions))) for api in client.ApisApi().get_api_versions().groups: versions = []