Skip to content

Commit efd9d08

Browse files
authored
Fix typo in conext/set_default_oc_path docstring
Fixed a typo in the docstring for function `set_default_oc_path` in the `packages/openshift/context.py` file.
1 parent 9f17651 commit efd9d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openshift/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def set_timeout(self, seconds):
325325

326326
def set_default_oc_path(path):
327327
"""
328-
Sets the default full patch of the oc binary to execute for this thread.
328+
Sets the default full path of the oc binary to execute for this thread.
329329
If no client_path() context is in use, this path will be used.
330330
"""
331331
context.default_oc_path = path

0 commit comments

Comments
 (0)