Skip to content

Commit ea944b1

Browse files
committed
TPT-3501 Correct docstring
1 parent 0ea8eb8 commit ea944b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class RegionPrice(JSONObject):
8686
@dataclass
8787
class LKECluster(JSONObject):
8888
"""
89-
LKECluster contains the core fields of a lke_Cluster object returned by various node balancer endpoints.
89+
LKECluster contains the core fields of a lke_cluster object returned by various node balancer endpoints.
9090
"""
9191

9292
id: int = 0

0 commit comments

Comments
 (0)