Skip to content

Commit b3b6e18

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

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
@@ -305,7 +305,7 @@ def rebuild(
305305
) -> RebuildResponse | BoundAction:
306306
"""Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server.
307307
308-
:param image: Image to use for the builded server
308+
:param image: Image to use for the rebuilt server
309309
:param return_response: Whether to return the full response or only the action.
310310
"""
311311
return self._client.rebuild(self, image, return_response=return_response)

0 commit comments

Comments
 (0)