Skip to content

Commit 2d586a1

Browse files
authored
Merge pull request kubernetes-client#1951 from chrisgzf/fix-url-typo-timeout-settings
Fix typo in timeout-settings docs URL
2 parents 9df5fa7 + 86dcb55 commit 2d586a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/watch/pod_namespace_watch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Refer to the document below to understand the server-side & client-side
2323
timeout settings for the watch request handler: ~
2424
25-
https://github.com/github.com/kubernetes-client/python/blob/master/examples/watch/timeout-settings.md
25+
https://github.com/kubernetes-client/python/blob/master/examples/watch/timeout-settings.md
2626
"""
2727

2828
from kubernetes import client, config, watch

0 commit comments

Comments
 (0)