Skip to content

Commit c3cd83b

Browse files
committed
Updated template name and comment
1 parent fc05f7b commit c3cd83b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/codeflare_sdk/cluster/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def logout(self) -> str:
249249

250250
class KubeConfigFileAuthentication(KubeConfiguration):
251251
"""
252-
An abstract class that defines the necessary methods for passing a user's own Kubernetes config file.
252+
A class that defines the necessary methods for passing a user's own Kubernetes config file.
253253
Specifically this class defines the `load_kube_config()`, `config_check()` and `remove_config()` functions.
254254
"""
255255

0 commit comments

Comments
 (0)