Skip to content

Commit 4e53577

Browse files
committed
Correct alignment
1 parent 5e512ff commit 4e53577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main():
2222
config.load_kube_config()
2323

2424
print("Supported APIs (* is preferred version):")
25-
print("%-20s %s" %
25+
print("%-40s %s" %
2626
("core", ",".join(client.CoreApi().get_api_versions().versions)))
2727
for api in client.ApisApi().get_api_versions().groups:
2828
versions = []

0 commit comments

Comments
 (0)