Skip to content

Commit d89c7f6

Browse files
authored
Update README.md
1 parent 2d1d8e6 commit d89c7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Starting from 4.0 release, we do not support directly calling exec or attach cal
186186
of `resp = api.connect_get_namespaced_pod_exec(name, ...` you should call `resp = stream(api.connect_get_namespaced_pod_exec, name, ...`.
187187
See more at [exec example](examples/exec.py).
188188

189-
Using Stream will overwrite the requests protocol in _core_v1_api.CoreV1Api()_
190-
This will cause a failure in non-exec/attach calls. If you reuse your api client object, you will need to
191-
recreate it between api calls that use _stream_ and other api calls.
189+
Using Stream will overwrite the requests protocol in _core_v1_api.CoreV1Api()_
190+
This will cause a failure in non-exec/attach calls. If you reuse your api client object, you will need to
191+
recreate it between api calls that use _stream_ and other api calls.
192192

0 commit comments

Comments
 (0)