diff --git a/hcloud/servers/client.py b/hcloud/servers/client.py index 7bd4987..299d459 100644 --- a/hcloud/servers/client.py +++ b/hcloud/servers/client.py @@ -938,7 +938,7 @@ def rebuild( """Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server. :param server: Server to rebuild - :param image: Image to use for the builded server + :param image: Image to use for the rebuilt server :param return_response: Whether to return the full response or only the action. """ data: dict[str, Any] = {"image": image.id_or_name}