We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f7e11 commit 51d5b0eCopy full SHA for 51d5b0e
1 file changed
hcloud/servers/domain.py
@@ -126,7 +126,7 @@ def __init__(
126
class CreateServerResponse(BaseDomain):
127
"""Create Server Response Domain
128
129
- :param action: :class:`BoundServer <hcloud.servers.client.BoundServer>`
+ :param server: :class:`BoundServer <hcloud.servers.client.BoundServer>`
130
The created server
131
:param action: :class:`BoundAction <hcloud.actions.client.BoundAction>`
132
Shows the progress of the server creation
0 commit comments