Skip to content

Commit baea77c

Browse files
author
Turo
authored
Fix IP-address copy paste typo
1 parent 5186495 commit baea77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ server.remove_storage(storage)
102102

103103
### IP-addresses
104104

105-
A Server's Storages can be attached and detached with `.add_ip()` and `.remove_ip()`. Both requests issue an API request instantly. Note that the attached IP is allocated randomly as UpCloud's does not (yet) support floating IPs.
105+
A Server's IPs can be attached and detached with `.add_ip()` and `.remove_ip()`. Both requests issue an API request instantly. Note that the attached IP is allocated randomly as UpCloud's does not (yet) support floating IPs.
106106

107107
```python
108108

0 commit comments

Comments
 (0)