Skip to content

Commit 51d5b0e

Browse files
lonviaLKaemmerling
authored andcommitted
Fix parameter name in documentation (#45)
1 parent 63f7e11 commit 51d5b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hcloud/servers/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __init__(
126126
class CreateServerResponse(BaseDomain):
127127
"""Create Server Response Domain
128128
129-
:param action: :class:`BoundServer <hcloud.servers.client.BoundServer>`
129+
:param server: :class:`BoundServer <hcloud.servers.client.BoundServer>`
130130
The created server
131131
:param action: :class:`BoundAction <hcloud.actions.client.BoundAction>`
132132
Shows the progress of the server creation

0 commit comments

Comments
 (0)