From a962a8d51aea0e72b756ea612092c7a86b53528d Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 14 Aug 2023 14:28:55 +0200 Subject: [PATCH] Update hcloud/servers/client.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julian Tölle --- hcloud/servers/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}