Skip to content

Commit 2466c3a

Browse files
committed
TPT-3501 Correct docstring
1 parent 20e6d7a commit 2466c3a

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)