From 86dcb55cbc3d1567cf6c4ed81504cbcfaf055aae Mon Sep 17 00:00:00 2001 From: Christopher Goh Date: Sat, 12 Nov 2022 02:15:31 +0800 Subject: [PATCH] Fix typo in timeout-settings docs URL --- examples/watch/pod_namespace_watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/watch/pod_namespace_watch.py b/examples/watch/pod_namespace_watch.py index 7c197917f5..d9d7a53229 100644 --- a/examples/watch/pod_namespace_watch.py +++ b/examples/watch/pod_namespace_watch.py @@ -22,7 +22,7 @@ Refer to the document below to understand the server-side & client-side timeout settings for the watch request handler: ~ -https://github.com/github.com/kubernetes-client/python/blob/master/examples/watch/timeout-settings.md +https://github.com/kubernetes-client/python/blob/master/examples/watch/timeout-settings.md """ from kubernetes import client, config, watch