Skip to content

Commit 03e74af

Browse files
jooolaapricote
andauthored
Update hcloud/servers/client.py
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
1 parent b3b6e18 commit 03e74af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hcloud/servers/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ def rebuild(
928928
"""Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server.
929929
930930
:param server: Server to rebuild
931-
:param image: Image to use for the builded server
931+
:param image: Image to use for the rebuilt server
932932
:param return_response: Whether to return the full response or only the action.
933933
"""
934934
data: dict[str, Any] = {"image": image.id_or_name}

0 commit comments

Comments
 (0)