Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix another docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingrismore committed Feb 2, 2024
1 parent aa61259 commit d77a7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_kubernetes/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __hash__(self):
def _get_configured_kubernetes_client_cached(
cluster_config: Optional[HashableKubernetesClusterConfig] = None,
) -> Any:
"Returns a new Kubernetes client is there is not one cached"
"Returns a new Kubernetes client if there is not one cached"
with _LOCK:
# if a hard-coded cluster config is provided, use it
if cluster_config:
Expand Down

0 comments on commit d77a7bf

Please sign in to comment.