Skip to content

Commit

Permalink
docs: link to PrivateNet broken (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote authored Jan 27, 2023
1 parent 5adcfb0 commit be38344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/servers/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Server(BaseDomain):
User-defined labels (key-value pairs)
:param volumes: List[:class:`BoundVolume <hcloud.volumes.client.BoundVolume>`]
Volumes assigned to this server.
:param private_net: List[:class:`PrivateNet <hcloud.servers.domain.PrivateNet`]
:param private_net: List[:class:`PrivateNet <hcloud.servers.domain.PrivateNet>`]
Private networks information.
"""

Expand Down

0 comments on commit be38344

Please sign in to comment.