Skip to content

Commit bdeced8

Browse files
authored
Fix documentation typo (#43)
1 parent 95340db commit bdeced8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hcloud/servers/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def get_by_id(self, id):
278278
"""Get a specific server
279279
280280
:param id: int
281-
:return: :class:`BoundServer <hcloud.servers.client.BoundServer>
281+
:return: :class:`BoundServer <hcloud.servers.client.BoundServer>`
282282
"""
283283
response = self._client.request(url="/servers/{server_id}".format(server_id=id), method="GET")
284284
return BoundServer(self, response['server'])

0 commit comments

Comments
 (0)